|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixtureConfiguration | |
---|---|
org.axonframework.test.saga |
Uses of FixtureConfiguration in org.axonframework.test.saga |
---|
Classes in org.axonframework.test.saga that implement FixtureConfiguration | |
---|---|
class |
AnnotatedSagaTestFixture
Fixture for testing Annotated Sagas based on events and time passing. |
Methods in org.axonframework.test.saga that return FixtureConfiguration | |
---|---|
FixtureConfiguration |
FixtureConfiguration.registerFieldFilter(FieldFilter fieldFilter)
Registers the given fieldFilter , which is used to define which Fields are used when comparing
objects. |
FixtureConfiguration |
AnnotatedSagaTestFixture.registerFieldFilter(FieldFilter fieldFilter)
|
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 |
AnnotatedSagaTestFixture.registerIgnoredField(Class<?> declaringClass,
String fieldName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |