|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestExecutor | |
---|---|
org.axonframework.test | Classes in support of testing Axon based applications. |
Uses of TestExecutor in org.axonframework.test |
---|
Classes in org.axonframework.test that implement TestExecutor | |
---|---|
class |
GivenWhenThenTestFixture<T extends EventSourcedAggregateRoot>
A test fixture that allows the execution of given-when-then style test cases. |
Methods in org.axonframework.test that return TestExecutor | |
---|---|
TestExecutor |
GivenWhenThenTestFixture.given(List<?> domainEvents)
|
TestExecutor |
FixtureConfiguration.given(List<?> domainEvents)
Configures the given domainEvents as the "given" events. |
TestExecutor |
GivenWhenThenTestFixture.given(Object... domainEvents)
|
TestExecutor |
FixtureConfiguration.given(Object... domainEvents)
Configures the given domainEvents as the "given" events. |
TestExecutor |
GivenWhenThenTestFixture.givenCommands(List<?> commands)
|
TestExecutor |
FixtureConfiguration.givenCommands(List<?> commands)
Configures the given commands as the command that will provide the "given" events. |
TestExecutor |
GivenWhenThenTestFixture.givenCommands(Object... commands)
|
TestExecutor |
FixtureConfiguration.givenCommands(Object... commands)
Configures the given commands as the command that will provide the "given" events. |
TestExecutor |
GivenWhenThenTestFixture.givenNoPriorActivity()
|
TestExecutor |
FixtureConfiguration.givenNoPriorActivity()
Indicates that no relevant activity has occurred in the past. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |