| Name | Description | Type | Package | Framework |
| AnnotatedSagaTestFixture | Fixture for testing Annotated Sagas based on events and time passing. | Class | org.axonframework.test.saga | Axon |
| CommandValidator | Helper class for validation of dispatched commands. | Class | org.axonframework.test.saga | Axon |
| ContinuedGivenState | Interface describing methods that can be executed after the first "given" state has been supplied. | Interface | org.axonframework.test.saga | Axon |
| DescriptionUtils | Utility class for creating a description. | Class | org.axonframework.test.saga | Axon |
| EventSchedulerValidator | Helper class for validating evets scheduled in a given event scheduler. | Class | org.axonframework.test.saga | Axon |
| EventValidator | Helper class for validating events published on a given EventBus. | Class | org.axonframework.test.saga | Axon |
| FixtureConfiguration | Interface describing action to perform on a Saga Test Fixture during the configuration phase. | Interface | org.axonframework.test.saga | Axon |
| FixtureExecutionResult | Interface towards an object that contains the results of a Fixture execution. | Interface | org.axonframework.test.saga | Axon |
| FixtureExecutionResultImpl | Default implementation of FixtureExecutionResult. | Class | org.axonframework.test.saga | Axon |
| GivenAggregateEventPublisher | Interface to an object that publishes events on behalf of an aggregate. | Interface | org.axonframework.test.saga | Axon |
| RepositoryContentValidator | Helper class for the validation of Saga Repository content. | Class | org.axonframework.test.saga | Axon |
| WhenAggregateEventPublisher | Interface to an object that publishes events on behalf of an aggregate. | Interface | org.axonframework.test.saga | Axon |
| WhenState | Interface providing an API to methods in the "when" state of the fixture execution. | Interface | org.axonframework.test.saga | Axon |