Uses of Interface
org.axonframework.test.fixture.AxonTestPhase.Then.Message
Packages that use AxonTestPhase.Then.Message
-
Uses of AxonTestPhase.Then.Message in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture with type parameters of type AxonTestPhase.Then.MessageModifier and TypeInterfaceDescriptionstatic interfaceAxonTestPhase.Then.Message<T extends AxonTestPhase.Then.Message<T>>Interface describing the operations available in the Then phase of the test fixture execution.Subinterfaces of AxonTestPhase.Then.Message in org.axonframework.test.fixtureModifier 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 interfaceOperations available in the Then phase of the test fixture execution only if no command or event was dispatched during the When phase.