Uses of Interface
org.axonframework.test.saga.ContinuedGivenState

Packages that use ContinuedGivenState
org.axonframework.test.saga   
 

Uses of ContinuedGivenState in org.axonframework.test.saga
 

Classes in org.axonframework.test.saga that implement ContinuedGivenState
 class AnnotatedSagaTestFixture
          Fixture for testing Annotated Sagas based on events and time passing.
 

Methods in org.axonframework.test.saga that return ContinuedGivenState
 ContinuedGivenState ContinuedGivenState.andThenAPublished(Object event)
          Indicates that the given event has been published in the past.
 ContinuedGivenState AnnotatedSagaTestFixture.andThenAPublished(Object event)
           
 ContinuedGivenState ContinuedGivenState.andThenTimeAdvancesTo(org.joda.time.DateTime newDateTime)
          Simulate time shifts in the current given state.
 ContinuedGivenState AnnotatedSagaTestFixture.andThenTimeAdvancesTo(org.joda.time.DateTime newDateTime)
           
 ContinuedGivenState ContinuedGivenState.andThenTimeElapses(org.joda.time.Duration elapsedTime)
          Simulate time shifts in the current given state.
 ContinuedGivenState AnnotatedSagaTestFixture.andThenTimeElapses(org.joda.time.Duration elapsedTime)
           
 ContinuedGivenState FixtureConfiguration.givenAPublished(Object event)
          Indicates that the given applicationEvent has been published in the past.
 ContinuedGivenState AnnotatedSagaTestFixture.givenAPublished(Object event)
           
 ContinuedGivenState GivenAggregateEventPublisher.published(Object... events)
          Register the given events as being published somewhere in the past.
 



Copyright © 2010-2016. All Rights Reserved.