Record Class AxonTestFixture.Customization

java.lang.Object
java.lang.Record
org.axonframework.test.fixture.AxonTestFixture.Customization
Record Components:
integrationEnabled - toggle describing whether this fixture should integrate with infrastructure (e.g. Axon Server). Defaults to false
fieldFilters - collections of FieldFilters used to adjust the matchers for commands, events, and result messages
Enclosing class:
AxonTestFixture

public static record AxonTestFixture.Customization(boolean integrationEnabled, List<FieldFilter> fieldFilters) extends Record
Allow customizing the fixture setup, by enabling it as an integration test or by including fieldFilters().

When the integrationEnabled() is set to false (the default), certain ConfigurationEnhancers will be disabled. An example of this is the AxonServerConfigurationEnhancer.