Uses of Record Class
org.axonframework.test.fixture.AxonTestFixture.Customization
Packages that use AxonTestFixture.Customization
-
Uses of AxonTestFixture.Customization in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture that return AxonTestFixture.CustomizationModifier and TypeMethodDescriptionAxonTestFixture.Customization.disableAxonServer()Configures Axon Server to be disabled.AxonTestFixture.Customization.registerFieldFilter(FieldFilter fieldFilter) Registers the givenfieldFilter, which is used to define which Fields are used when comparing objects.AxonTestFixture.Customization.registerIgnoredField(Class<?> declaringClass, String fieldName) Indicates that a field with givenfieldName, which is declared in givendeclaringClassis ignored when performing deep equality checks.Method parameters in org.axonframework.test.fixture with type arguments of type AxonTestFixture.CustomizationModifier and TypeMethodDescriptionstatic AxonTestFixtureAxonTestFixture.with(ApplicationConfigurer configurer, UnaryOperator<AxonTestFixture.Customization> customization) Creates a new fixture.Constructors in org.axonframework.test.fixture with parameters of type AxonTestFixture.CustomizationModifierConstructorDescriptionAxonTestFixture(AxonConfiguration configuration, AxonTestFixture.Customization customization) Creates a new fixture.