|
Move Class org.axonframework.test.AnnotatedAggregateInterface moved to org.axonframework.test.aggregate.AnnotatedAggregateInterface |
From |
To |
|
Move Class org.axonframework.test.StrangeCommand moved to org.axonframework.test.aggregate.StrangeCommand |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_Generic moved to org.axonframework.test.aggregate.FixtureTest_Generic |
From |
To |
|
Move Class org.axonframework.test.HardToCreateResource moved to org.axonframework.test.aggregate.HardToCreateResource |
From |
To |
|
Move Class org.axonframework.test.StandardAggregate moved to org.axonframework.test.aggregate.StandardAggregate |
From |
To |
|
Move Class org.axonframework.test.Reporter moved to org.axonframework.test.aggregate.Reporter |
From |
To |
|
Move Class org.axonframework.test.IllegalStateChangeCommand moved to org.axonframework.test.aggregate.IllegalStateChangeCommand |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_Resources moved to org.axonframework.test.aggregate.FixtureTest_Resources |
From |
To |
|
Move Class org.axonframework.test.ResultValidatorImpl moved to org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Move Class org.axonframework.test.TestCommand moved to org.axonframework.test.aggregate.TestCommand |
From |
To |
|
Move Class org.axonframework.test.PublishEventCommand moved to org.axonframework.test.aggregate.PublishEventCommand |
From |
To |
|
Move Class org.axonframework.test.ResultValidator moved to org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Move Class org.axonframework.test.StrangeCommandReceivedException moved to org.axonframework.test.aggregate.StrangeCommandReceivedException |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_ExceptionHandling moved to org.axonframework.test.aggregate.FixtureTest_ExceptionHandling |
From |
To |
|
Move Class org.axonframework.test.MyEvent moved to org.axonframework.test.aggregate.MyEvent |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_RegularParams moved to org.axonframework.test.aggregate.FixtureTest_RegularParams |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_MatcherParams moved to org.axonframework.test.aggregate.FixtureTest_MatcherParams |
From |
To |
|
Move Class org.axonframework.test.FixtureConfiguration moved to org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Move Class org.axonframework.test.MyEntity moved to org.axonframework.test.aggregate.MyEntity |
From |
To |
|
Move Class org.axonframework.test.MyCommandHandler moved to org.axonframework.test.aggregate.MyCommandHandler |
From |
To |
|
Move Class org.axonframework.test.CreateAggregateCommand moved to org.axonframework.test.aggregate.CreateAggregateCommand |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_Hierarchy moved to org.axonframework.test.aggregate.FixtureTest_Hierarchy |
From |
To |
|
Move Class org.axonframework.test.DeleteCommand moved to org.axonframework.test.aggregate.DeleteCommand |
From |
To |
|
Move Class org.axonframework.test.MyAggregateDeletedEvent moved to org.axonframework.test.aggregate.MyAggregateDeletedEvent |
From |
To |
|
Move Class org.axonframework.test.MyApplicationEvent moved to org.axonframework.test.aggregate.MyApplicationEvent |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_CommandInterceptors moved to org.axonframework.test.aggregate.FixtureTest_CommandInterceptors |
From |
To |
|
Move Class org.axonframework.test.TestExecutor moved to org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Move Class org.axonframework.test.FixtureTest_Annotated moved to org.axonframework.test.aggregate.FixtureTest_Annotated |
From |
To |
|
Move Class org.axonframework.test.MyOtherEvent moved to org.axonframework.test.aggregate.MyOtherEvent |
From |
To |
|
Move Class org.axonframework.test.AnnotatedAggregate moved to org.axonframework.test.aggregate.AnnotatedAggregate |
From |
To |
|
Move Class org.axonframework.test.TestEvent moved to org.axonframework.test.aggregate.TestEvent |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture to fixture : SagaTestFixture in method public testSchedulingEventsAsDomainEventMessage() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WithApplicationEvents() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenEventOccurs() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_AggregatePublishedEvent_NoHistoricActivity() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_PublishedEvent_NoHistoricActivity() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_ElapsedTimeBetweenEventsHasEffectOnScheduler() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenTimeAdvances() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenTimeElapses_UsingMockGateway() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenTimeElapses_UsingDefaults() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenEventIsPublishedToEventBus() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture to fixture : SagaTestFixture in method public testSchedulingEventsAsMessage() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testScheduledEventsInPastAsEventMessage() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testScheduledEventsInPastAsDomainEventMessage() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |
|
Change Variable Type fixture : AnnotatedSagaTestFixture<StubSaga> to fixture : SagaTestFixture<StubSaga> in method public testFixtureApi_WhenTimeElapses_UsingCallbackBehavior() : void in class org.axonframework.test.saga.AnnotatedSagaTest |
From |
To |