| Package | Description | 
|---|---|
| org.axonframework.test.matchers | 
| Modifier and Type | Method and Description | 
|---|---|
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–2018. All rights reserved.