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

Packages that use WhenState
org.axonframework.test.saga   
 

Uses of WhenState in org.axonframework.test.saga
 

Subinterfaces of WhenState in org.axonframework.test.saga
 interface ContinuedGivenState
          Interface describing methods that can be executed after the first "given" state has been supplied.
 

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

Methods in org.axonframework.test.saga that return WhenState
 WhenState FixtureConfiguration.givenNoPriorActivity()
          Indicates that no relevant activity has occurred in the past.
 WhenState AnnotatedSagaTestFixture.givenNoPriorActivity()
           
 



Copyright © 2010-2016. All Rights Reserved.