|
Change Return Type ResultValidator to ResultValidator<T> in method public expectSuccessfulHandlerExecution() : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectException(matcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenCommands(commands Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public given(domainEvents Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectNoEvents() : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGiven(domainEvents List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEvents(expectedEvents Object...) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public when(command Object) : ResultValidator<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEvents(expectedEvents EventMessage...) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public when(command Object, metaData Map<String,?>) : ResultValidator<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectReturnValue(expectedReturnValue Object) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public when(command Object, metaData Map<String,?>) : ResultValidator<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public given(domainEvents List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectReturnValueMatching(matcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenNoPriorActivity() : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectSuccessfulHandlerExecution() : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectReturnValue(expectedReturnValue Object) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGiven(domainEvents Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectExceptionMessage(matcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenNoPriorActivity() : TestExecutor<T> in class org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public given(domainEvents List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectException(expectedException Class<? extends Throwable>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEvents(expectedEvents EventMessage...) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGivenCommands(commands Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public when(command Object) : ResultValidator<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenCommands(commands List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGivenCommands(commands Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGiven(domainEvents List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectExceptionMessage(exceptionMessage String) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectExceptionMessage(exceptionMessageMatcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEventsMatching(matcher Matcher<? extends List<? super EventMessage<?>>>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGivenCommands(commands List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEvents(expectedEvents Object...) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGivenCommands(commands List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectExceptionMessage(exceptionMessage String) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenCommands(commands List<?>) : TestExecutor<T> in class org.axonframework.test.aggregate.FixtureConfiguration |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectException(expectedException Class<? extends Throwable>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectException(matcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectReturnValueMatching(matcher Matcher<?>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidatorImpl |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public givenCommands(commands Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type ResultValidator to ResultValidator<T> in method public expectEventsMatching(matcher Matcher<? extends List<? super EventMessage<?>>>) : ResultValidator<T> in class org.axonframework.test.aggregate.ResultValidator |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public given(domainEvents Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.AggregateTestFixture |
From |
To |
|
Change Return Type TestExecutor to TestExecutor<T> in method public andGiven(domainEvents Object...) : TestExecutor<T> in class org.axonframework.test.aggregate.TestExecutor |
From |
To |