| Package | Description | 
|---|---|
| org.axonframework.test.saga | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SagaTestFixture<T>
Fixture for testing Annotated Sagas based on events and time passing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FixtureConfiguration | 
SagaTestFixture.registerFieldFilter(FieldFilter fieldFilter)  | 
FixtureConfiguration | 
FixtureConfiguration.registerFieldFilter(FieldFilter fieldFilter)
Registers the given  
fieldFilter, which is used to define which Fields are used when comparing
 objects. | 
FixtureConfiguration | 
SagaTestFixture.registerIgnoredField(Class<?> declaringClass,
                    String fieldName)  | 
FixtureConfiguration | 
FixtureConfiguration.registerIgnoredField(Class<?> declaringClass,
                    String fieldName)
Indicates that a field with given  
fieldName, which is declared in given declaringClass
 is ignored when performing deep equality checks. | 
FixtureConfiguration | 
SagaTestFixture.withTransienceCheckDisabled()  | 
FixtureConfiguration | 
FixtureConfiguration.withTransienceCheckDisabled()
Disables the check that injected resources are stored in fields that are marked 'transient'. 
 | 
Copyright © 2010–2018. All rights reserved.