Package org.axonframework.test.fixture
Interface AxonTestPhase.When.Command
- Enclosing interface:
AxonTestPhase.When
public static interface AxonTestPhase.When.Command
When-phase specific for executing a
command.-
Method Summary
Modifier and TypeMethodDescriptionthen()Transitions to the Then phase to validate the results of the test.
-
Method Details
-
then
AxonTestPhase.Then.Command then()Transitions to the Then phase to validate the results of the test.- Returns:
- A
AxonTestPhase.Theninstance that allows validating the test results.
-