Uses of Class
org.axonframework.test.matchers.EqualFieldsMatcher

Packages that use EqualFieldsMatcher
org.axonframework.test.matchers   
 

Uses of EqualFieldsMatcher in org.axonframework.test.matchers
 

Methods in org.axonframework.test.matchers that return EqualFieldsMatcher
static
<T> EqualFieldsMatcher<T>
Matchers.equalTo(T expected)
          Matches against each event of the same runtime type that has all field values equal to the fields in the expected event.
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.
 



Copyright © 2010-2016. All Rights Reserved.