Uses of Interface
org.axonframework.test.fixture.AxonTestPhase.Given
Packages that use AxonTestPhase.Given
-
Uses of AxonTestPhase.Given in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture that return AxonTestPhase.GivenModifier and TypeMethodDescriptiondefault AxonTestPhase.GivenConfigures a single command as part of the "given" state.default AxonTestPhase.GivenConfigures a single command with the givenmetadataas part of the "given" state.Configures a single command with the givenmetadataas part of the "given" state.default AxonTestPhase.GivenConfigures the givencommandsas commands in the "given" state.Configures the givencommandsas commands in the "given" state.AxonTestPhase.Given.commands(CommandMessage... messages) Configures the givenmessagesas commands in the "given" state.default AxonTestPhase.GivenConfigures a single event as part of the "given" state.default AxonTestPhase.GivenConfigures a single event with the givenmetadataas part of the "given" state.Configures a single event with the givenmetadataas part of the "given" state.default AxonTestPhase.GivenConfigures the giveneventsas events in the "given" state.Configures the giveneventsas events in the "given" state.AxonTestPhase.Given.events(EventMessage... messages) Configures the givenmessagesas events in the "given" state.default AxonTestPhase.GivenAxonTestPhase.Given.execute(Consumer<Configuration> consumer) Allows running custom setup steps (other than executing messages) on any component retrievable from theConfiguration.AxonTestPhase.Given.executeAsync(Function<Configuration, CompletableFuture<?>> function) Allows running custom setup steps (other than executing messages) on any component retrievable from theConfiguration.AxonTestFixture.given()AxonTestPhase.Setup.given()Transition to the Given phase to define the initial state of the system before testing.AxonTestPhase.Given.noPriorActivity()Indicates that no relevant activities like commands or events have occurred in the past.