Uses of Interface
org.axonframework.test.saga.ContinuedGivenState
Packages that use ContinuedGivenState
-
Uses of ContinuedGivenState in org.axonframework.test.saga
Classes in org.axonframework.test.saga that implement ContinuedGivenStateModifier and TypeClassDescriptionclassFixture for testing Annotated Sagas based on events and time passing.Methods in org.axonframework.test.saga that return ContinuedGivenStateModifier and TypeMethodDescriptionContinuedGivenState.andThenAPublished(Object event) Indicates that the giveneventhas been published in the past.ContinuedGivenState.andThenAPublished(Object event, Map<String, ?> metaData) Indicates that the giveneventwith givenmetaDatahas been published in the past.SagaTestFixture.andThenAPublished(Object event) SagaTestFixture.andThenAPublished(Object event, Map<String, ?> metaData) ContinuedGivenState.andThenTimeAdvancesTo(Instant newDateTime) Simulate time shifts in the current given state.SagaTestFixture.andThenTimeAdvancesTo(Instant newDateTime) ContinuedGivenState.andThenTimeElapses(Duration elapsedTime) Simulate time shifts in the current given state.SagaTestFixture.andThenTimeElapses(Duration elapsedTime) FixtureConfiguration.givenAPublished(Object event) Indicates that the givenapplicationEventhas been published in the past.FixtureConfiguration.givenAPublished(Object event, Map<String, ?> metaData) Indicates that the giveneventwith givenmetaDatahas been published in the past.SagaTestFixture.givenAPublished(Object event) SagaTestFixture.givenAPublished(Object event, Map<String, ?> metaData) FixtureConfiguration.givenCurrentTime(Instant currentTime) Use this method to indicate a specific moment as the initial current time "known" by the fixture at the start of the given state.SagaTestFixture.givenCurrentTime(Instant currentTime) Register the giveneventsas being published somewhere in the past.