Package | Description |
---|---|
org.axonframework.test.aggregate |
Modifier and Type | Class and Description |
---|---|
class |
AggregateTestFixture<T>
A test fixture that allows the execution of given-when-then style test cases.
|
Modifier and Type | Method and Description |
---|---|
TestExecutor |
TestExecutor.andGiven(List<?> domainEvents)
Configures the given
domainEvents as the "given" events. |
TestExecutor |
AggregateTestFixture.andGiven(List<?> domainEvents) |
TestExecutor |
TestExecutor.andGiven(Object... domainEvents)
Configures the given
domainEvents as the "given" events. |
TestExecutor |
AggregateTestFixture.andGiven(Object... domainEvents) |
TestExecutor |
TestExecutor.andGivenCommands(List<?> commands)
Configures the given
commands as the command that will provide the "given" events. |
TestExecutor |
AggregateTestFixture.andGivenCommands(List<?> commands) |
TestExecutor |
TestExecutor.andGivenCommands(Object... commands)
Configures the given
commands as the command that will provide the "given" events. |
TestExecutor |
AggregateTestFixture.andGivenCommands(Object... commands) |
TestExecutor |
FixtureConfiguration.given(List<?> domainEvents)
Configures the given
domainEvents as the "given" events. |
TestExecutor |
AggregateTestFixture.given(List<?> domainEvents) |
TestExecutor |
FixtureConfiguration.given(Object... domainEvents)
Configures the given
domainEvents as the "given" events. |
TestExecutor |
AggregateTestFixture.given(Object... domainEvents) |
TestExecutor |
FixtureConfiguration.givenCommands(List<?> commands)
Configures the given
commands as the command that will provide the "given" events. |
TestExecutor |
AggregateTestFixture.givenCommands(List<?> commands) |
TestExecutor |
FixtureConfiguration.givenCommands(Object... commands)
Configures the given
commands as the command that will provide the "given" events. |
TestExecutor |
AggregateTestFixture.givenCommands(Object... commands) |
TestExecutor |
FixtureConfiguration.givenNoPriorActivity()
Indicates that no relevant activity has occurred in the past.
|
TestExecutor |
AggregateTestFixture.givenNoPriorActivity() |
Copyright © 2010–2017. All rights reserved.