Package | Description |
---|---|
org.axonframework.test.saga |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSagaTestFixture
Fixture for testing Annotated Sagas based on events and time passing.
|
Modifier and Type | Method and Description |
---|---|
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-2014. All Rights Reserved.