Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.test Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AllFieldsFilterFieldFilter implementation that accepts all Fields.Classorg.axonframework.test.matchersAxon
AnnotatedSagaTestFixtureFixture for testing Annotated Sagas based on events and time passing.Classorg.axonframework.test.sagaAxon
AutowiredResourceInjectorResource injector that uses setter methods to inject resources.Classorg.axonframework.test.utilsAxon
AxonAssertionErrorError indication that an Assertion failed during a test case.Classorg.axonframework.testAxon
CallbackBehaviorInterface towards a mechanism that replicates the behavior of a Command Handling component.Interfaceorg.axonframework.test.utilsAxon
CommandValidatorHelper class for validation of dispatched commands.Classorg.axonframework.test.sagaAxon
ContinuedGivenStateInterface describing methods that can be executed after the first "given" state has been supplied.Interfaceorg.axonframework.test.sagaAxon
DefaultCallbackBehaviorDefault implementation of the CallbackBehavior interface.Classorg.axonframework.test.utilsAxon
DescriptionUtilsUtility class for creating a description.Classorg.axonframework.test.sagaAxon
EmptyCollectionMatcherMatches any empty collection.Classorg.axonframework.test.matchersAxon
EqualFieldsMatcherMatcher that will match an Object if all the fields on that Object contain values equal to the same field in theSince:1.Classorg.axonframework.test.matchersAxon
EventSchedulerValidatorHelper class for validating evets scheduled in a given event scheduler.Classorg.axonframework.test.sagaAxon
EventValidatorHelper class for validating events published on a given EventBus.Classorg.axonframework.test.sagaAxon
ExactSequenceMatcherA matcher that will match if all the given matchers against the event in a list at their respective index.Classorg.axonframework.test.matchersAxon
FieldFilterThe FieldFilter indicates whether any given Field should be accepted for processing or not.Interfaceorg.axonframework.test.matchersAxon
FixtureConfigurationInterface describing the operations available on a test fixture in the configuration stage.Interfaceorg.axonframework.testAxon
FixtureConfigurationInterface describing action to perform on a Saga Test Fixture during the configuration phase.Interfaceorg.axonframework.test.sagaAxon
FixtureExecutionExceptionException indicating that an error occurred that prevented successful execution of a test fixture.Classorg.axonframework.testAxon
FixtureExecutionResultInterface towards an object that contains the results of a Fixture execution.Interfaceorg.axonframework.test.sagaAxon
FixtureExecutionResultImplDefault implementation of FixtureExecutionResult.Classorg.axonframework.test.sagaAxon
FixtureResourceParameterResolverFactoryParameterResolverFactory implementation that is aware of test-specific use cases.Classorg.axonframework.testAxon
FixturesUtility class providing access to fixture instances in the Axon Test module.Classorg.axonframework.testAxon
GivenAggregateEventPublisherInterface to an object that publishes events on behalf of an aggregate.Interfaceorg.axonframework.test.sagaAxon
GivenWhenThenTestFixtureA test fixture that allows the execution of given-when-then style test cases.Classorg.axonframework.testAxon
IgnoreFieldFieldFilter implementation that rejects a given FieldSince:2.Classorg.axonframework.test.matchersAxon
ListMatcherAbstract implementation for matchers that use event-specific matchers to match against a list of items.Classorg.axonframework.test.matchersAxon
ListWithAllOfMatcherA matcher that will match if all the given matchers match against at least one item in a given List.Classorg.axonframework.test.matchersAxon
ListWithAnyOfMatcherA matcher that will match if all the given matchers match against at least one item in a given List.Classorg.axonframework.test.matchersAxon
MatchAllFieldFilterFieldFilter that delegates to an arbitrary number of other filters.Classorg.axonframework.test.matchersAxon
MatcherExecutionExceptionException indicating that an error occurred that prevented successful execution of a matcher.Classorg.axonframework.test.matchersAxon
MatchersUtility class containing static methods to obtain instances of (List) Matchers.Classorg.axonframework.test.matchersAxon
NonTransientFieldsFilterFieldFilter implementation that only accepts non-transient Fields.Classorg.axonframework.test.matchersAxon
NullOrVoidMatcherMatcher that matches against a null or void value.Classorg.axonframework.test.matchersAxon
PayloadMatcherMatcher that matches any message (e.Classorg.axonframework.test.matchersAxon
PayloadsMatcherMatches a list of Messages if the list of their payloads matches the given matcher.Classorg.axonframework.test.matchersAxon
RecordingCommandBusCommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.Classorg.axonframework.test.utilsAxon
ReporterThe reporter generates extensive human readable reports of what the expected outcome of a test was, and what the actual results were.Classorg.axonframework.testAxon
RepositoryContentValidatorHelper class for the validation of Saga Repository content.Classorg.axonframework.test.sagaAxon
ResultValidatorInterface describing the operations available on the "validate result" (a.Interfaceorg.axonframework.testAxon
ResultValidatorImplClassorg.axonframework.testAxon
ScheduledItemInterface describing an event to be scheduled at a given date and time.Interfaceorg.axonframework.test.eventschedulerAxon
SequenceMatcherA matcher that will match if all the given matchers each match against an item that the previous matcher matched against.Classorg.axonframework.test.matchersAxon
StubEventSchedulerEventScheduler implementation that uses it's own concept of "Current Time" for the purpose of testing.Classorg.axonframework.test.eventschedulerAxon
StubScheduleTokenScheduleToken returned by the StubEventScheduler.Classorg.axonframework.test.eventschedulerAxon
TestExecutorInterface describing the operations available on a test fixture in the execution stage.Interfaceorg.axonframework.testAxon
WhenAggregateEventPublisherInterface to an object that publishes events on behalf of an aggregate.Interfaceorg.axonframework.test.sagaAxon
WhenStateInterface providing an API to methods in the "when" state of the fixture execution.Interfaceorg.axonframework.test.sagaAxon