Uses of Interface
org.axonframework.test.matchers.FieldFilter

Packages that use FieldFilter
org.axonframework.test Classes in support of testing Axon based applications. 
org.axonframework.test.matchers   
org.axonframework.test.saga   
 

Uses of FieldFilter in org.axonframework.test
 

Methods in org.axonframework.test with parameters of type FieldFilter
 FixtureConfiguration<T> GivenWhenThenTestFixture.registerFieldFilter(FieldFilter fieldFilter)
           
 FixtureConfiguration<T> FixtureConfiguration.registerFieldFilter(FieldFilter fieldFilter)
          Registers the given fieldFilter, which is used to define which Fields are used when comparing objects.
 

Constructors in org.axonframework.test with parameters of type FieldFilter
ResultValidatorImpl(Collection<DomainEventMessage> storedEvents, Collection<EventMessage> publishedEvents, FieldFilter fieldFilter)
          Initialize the ResultValidatorImpl with the given storedEvents and publishedEvents.
 

Uses of FieldFilter in org.axonframework.test.matchers
 

Classes in org.axonframework.test.matchers that implement FieldFilter
 class AllFieldsFilter
          FieldFilter implementation that accepts all Fields.
 class IgnoreField
          FieldFilter implementation that rejects a given Field
 class MatchAllFieldFilter
          FieldFilter that delegates to an arbitrary number of other filters.
 class NonTransientFieldsFilter
          FieldFilter implementation that only accepts non-transient Fields.
 

Methods in org.axonframework.test.matchers with parameters of type FieldFilter
static
<T> EqualFieldsMatcher<T>
Matchers.equalTo(T expected, FieldFilter filter)
          Matches against each event of the same runtime type that has all field values equal to the fields in the expected event.
 

Constructors in org.axonframework.test.matchers with parameters of type FieldFilter
EqualFieldsMatcher(T expected, FieldFilter filter)
          Initializes an EqualFieldsMatcher that will match an object with equal properties as the given expected object.
 

Constructor parameters in org.axonframework.test.matchers with type arguments of type FieldFilter
MatchAllFieldFilter(Collection<FieldFilter> filters)
          Initializes a filter that accepts any field that is accepted by all given filters
 

Uses of FieldFilter in org.axonframework.test.saga
 

Methods in org.axonframework.test.saga with parameters of type FieldFilter
 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)
           
 

Constructors in org.axonframework.test.saga with parameters of type FieldFilter
CommandValidator(RecordingCommandBus commandBus, FieldFilter fieldFilter)
          Creates a validator which monitors the given commandBus.
EventValidator(EventBus eventBus, FieldFilter fieldFilter)
          Initializes the event validator to monitor the given eventBus.
 



Copyright © 2010-2016. All Rights Reserved.