See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
FixtureExecutionException |
Exception indicating that an error occurred that prevented successful execution of a test fixture.
|
Error | Description |
---|---|
AxonAssertionError |
Error indication that an Assertion failed during a test case.
|
Copyright © 2010-2014. All Rights Reserved.