Uses of Interface
org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Packages that use AxonTestPhase.Then.MessageAssertions
-
Uses of AxonTestPhase.Then.MessageAssertions in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture with type parameters of type AxonTestPhase.Then.MessageAssertionsModifier and TypeInterfaceDescriptionstatic interfaceInterface describing the operations available in the Then phase of the test fixture execution.Subinterfaces of AxonTestPhase.Then.MessageAssertions 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 interfaceAxonTestPhase.Then.Message<T extends AxonTestPhase.Then.Message<T>>Interface 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.