Package org.axonframework.test.fixture
Interface AxonTestPhase.Then
- Enclosing interface:
AxonTestPhase
public static interface AxonTestPhase.Then
Interface describing the operations available in the Then phase of the test fixture execution. This phase is used
to validate the results of the test action executed in the When phase.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceOperations available in the Then phase of the test fixture execution only if command was dispatched during the When phase.static interfaceOperations available in the Then phase of the test fixture execution only if event was published during the When phase.static interfaceInterface describing the operations available in the Then phase of the test fixture execution.static interfaceInterface describing the operations available in the Then phase of the test fixture execution.static interfaceOperations available in the Then phase of the test fixture execution only if no command or event was dispatched during the When phase.