|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixtureExecutionResult | |
---|---|
org.axonframework.test.saga |
Uses of FixtureExecutionResult in org.axonframework.test.saga |
---|
Classes in org.axonframework.test.saga that implement FixtureExecutionResult | |
---|---|
class |
FixtureExecutionResultImpl
Default implementation of FixtureExecutionResult. |
Methods in org.axonframework.test.saga that return FixtureExecutionResult | |
---|---|
FixtureExecutionResult |
FixtureExecutionResultImpl.expectActiveSagas(int expected)
|
FixtureExecutionResult |
FixtureExecutionResult.expectActiveSagas(int expected)
Expect the given number of Sagas to be active (i.e. |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectAssociationWith(String associationKey,
Object associationValue)
|
FixtureExecutionResult |
FixtureExecutionResult.expectAssociationWith(String associationKey,
Object associationValue)
Asserts that at least one of the active sagas is associated with the given associationKey and
associationValue . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectDispatchedCommandsEqualTo(Object... expected)
|
FixtureExecutionResult |
FixtureExecutionResult.expectDispatchedCommandsEqualTo(Object... commands)
Asserts that the given commands have been dispatched in exactly the order given. |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectDispatchedCommandsMatching(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
|
FixtureExecutionResult |
FixtureExecutionResult.expectDispatchedCommandsMatching(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
Asserts that the sagas dispatched commands as defined by the given matcher . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectNoAssociationWith(String associationKey,
Object associationValue)
|
FixtureExecutionResult |
FixtureExecutionResult.expectNoAssociationWith(String associationKey,
Object associationValue)
Asserts that at none of the active sagas is associated with the given associationKey and
associationValue . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectNoDispatchedCommands()
|
FixtureExecutionResult |
FixtureExecutionResult.expectNoDispatchedCommands()
Asserts that the sagas did not dispatch any commands. |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectNoScheduledEvents()
|
FixtureExecutionResult |
FixtureExecutionResult.expectNoScheduledEvents()
Assert that no events are scheduled for publication. |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectPublishedEvents(Object... expected)
|
FixtureExecutionResult |
FixtureExecutionResult.expectPublishedEvents(Object... expected)
Assert that the saga published events on the EventBus in the exact sequence of the given expected
events. |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectPublishedEventsMatching(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
|
FixtureExecutionResult |
FixtureExecutionResult.expectPublishedEventsMatching(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
Assert that the saga published events on the EventBus as defined by the given matcher . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEvent(org.joda.time.DateTime scheduledTime,
Object applicationEvent)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEvent(org.joda.time.DateTime scheduledTime,
Object event)
Asserts that an event equal to the given ApplicationEvent has been scheduled for publication at the given scheduledTime . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEvent(org.joda.time.Duration duration,
Object applicationEvent)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEvent(org.joda.time.Duration duration,
Object event)
Asserts that an event equal to the given ApplicationEvent has been scheduled for publication after the given duration . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEventMatching(org.joda.time.DateTime scheduledTime,
org.hamcrest.Matcher<?> matcher)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEventMatching(org.joda.time.DateTime scheduledTime,
org.hamcrest.Matcher<?> matcher)
Asserts that an event matching the given matcher has been scheduled to be published at the given
scheduledTime . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEventMatching(org.joda.time.Duration duration,
org.hamcrest.Matcher<?> matcher)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEventMatching(org.joda.time.Duration duration,
org.hamcrest.Matcher<?> matcher)
Asserts that an event matching the given matcher has been scheduled to be published after the given
duration . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEventOfType(org.joda.time.DateTime scheduledTime,
Class<?> eventType)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEventOfType(org.joda.time.DateTime scheduledTime,
Class<?> eventType)
Asserts that an event of the given eventType has been scheduled for publication at the given
scheduledTime . |
FixtureExecutionResult |
FixtureExecutionResultImpl.expectScheduledEventOfType(org.joda.time.Duration duration,
Class<?> eventType)
|
FixtureExecutionResult |
FixtureExecutionResult.expectScheduledEventOfType(org.joda.time.Duration duration,
Class<?> eventType)
Asserts that an event of the given eventType has been scheduled for publication after the given
duration . |
FixtureExecutionResult |
WhenAggregateEventPublisher.publishes(Object event)
Register the given event to be published on behalf of an aggregate. |
FixtureExecutionResult |
WhenState.whenPublishingA(Object event)
Use this method to indicate an application is published, while recording the outcome. |
FixtureExecutionResult |
AnnotatedSagaTestFixture.whenPublishingA(Object event)
|
FixtureExecutionResult |
WhenState.whenTimeAdvancesTo(org.joda.time.DateTime newDateTime)
Mimic an elapsed time with no relevant activity for the Saga. |
FixtureExecutionResult |
AnnotatedSagaTestFixture.whenTimeAdvancesTo(org.joda.time.DateTime newDateTime)
|
FixtureExecutionResult |
WhenState.whenTimeElapses(org.joda.time.Duration elapsedTime)
Mimic an elapsed time with no relevant activity for the Saga. |
FixtureExecutionResult |
AnnotatedSagaTestFixture.whenTimeElapses(org.joda.time.Duration elapsedTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |