Uses of Package
org.axonframework.test.matchers

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

Classes in org.axonframework.test.matchers used by org.axonframework.test
FieldFilter
          The FieldFilter indicates whether any given Field should be accepted for processing or not.
 

Classes in org.axonframework.test.matchers used by org.axonframework.test.matchers
AllFieldsFilter
          FieldFilter implementation that accepts all Fields.
EqualFieldsMatcher
          Matcher that will match an Object if all the fields on that Object contain values equal to the same field in the expected instance.
FieldFilter
          The FieldFilter indicates whether any given Field should be accepted for processing or not.
ListMatcher
          Abstract implementation for matchers that use event-specific matchers to match against a list of items.
NonTransientFieldsFilter
          FieldFilter implementation that only accepts non-transient Fields.
 

Classes in org.axonframework.test.matchers used by org.axonframework.test.saga
FieldFilter
          The FieldFilter indicates whether any given Field should be accepted for processing or not.
 



Copyright © 2010-2016. All Rights Reserved.