Package | Description |
---|---|
org.axonframework.test.saga |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuedGivenState
Interface describing methods that can be executed after the first "given" state has been supplied.
|
Modifier and Type | Class and Description |
---|---|
class |
SagaTestFixture<T>
Fixture for testing Annotated Sagas based on events and time passing.
|
Modifier and Type | Method and Description |
---|---|
WhenState |
SagaTestFixture.givenNoPriorActivity() |
WhenState |
FixtureConfiguration.givenNoPriorActivity()
Indicates that no relevant activity has occurred in the past.
|
Copyright © 2010–2017. All rights reserved.