Package org.axonframework.test

Classes in support of testing Axon based applications.

See:
          Description

Interface Summary
FixtureConfiguration<T extends EventSourcedAggregateRoot> Interface describing the operations available on a test fixture in the configuration stage.
ResultValidator Interface describing the operations available on the "validate result" (a.k.a.
TestExecutor Interface describing the operations available on a test fixture in the execution stage.
 

Class Summary
FixtureResourceParameterResolverFactory ParameterResolverFactory implementation that is aware of test-specific use cases.
Fixtures Utility class providing access to fixture instances in the Axon Test module.
GivenWhenThenTestFixture<T extends EventSourcedAggregateRoot> A test fixture that allows the execution of given-when-then style test cases.
Reporter The reporter generates extensive human readable reports of what the expected outcome of a test was, and what the actual results were.
ResultValidatorImpl Implementation of the ResultValidator.
 

Exception Summary
FixtureExecutionException Exception indicating that an error occurred that prevented successful execution of a test fixture.
 

Error Summary
AxonAssertionError Error indication that an Assertion failed during a test case.
 

Package org.axonframework.test Description

Classes in support of testing Axon based applications.



Copyright © 2010-2016. All Rights Reserved.