Package | Description |
---|---|
org.axonframework.test |
Classes in support of testing Axon based applications.
|
Modifier and Type | Class and Description |
---|---|
class |
GivenWhenThenTestFixture<T extends EventSourcedAggregateRoot>
A test fixture that allows the execution of given-when-then style test cases.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2014. All Rights Reserved.