Package org.axonframework.test.fixture
Interface AxonTestPhase.When.Nothing
- Enclosing interface:
AxonTestPhase.When
public static interface AxonTestPhase.When.Nothing
When-phase after no action in the When-phase.
-
Method Summary
Modifier and TypeMethodDescriptionthen()Transitions to the Then phase to validate the results of the test.
-
Method Details
-
then
AxonTestPhase.Then.Nothing then()Transitions to the Then phase to validate the results of the test.- Returns:
- A
AxonTestPhase.Theninstance that allows validating the test results.
-