| Package | Description | 
|---|---|
| org.axonframework.test.matchers | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExactSequenceMatcher<T>
A matcher that will match if all the given  
matchers against the event in a list at their respective
 index. | 
class  | 
ListWithAllOfMatcher<T>
A matcher that will match if all the given  
matchers match against at least one item in a given List. | 
class  | 
ListWithAnyOfMatcher<T>
A matcher that will match if all the given  
matchers match against at least one item in a given List. | 
class  | 
SequenceMatcher<T>
A matcher that will match if all the given  
matchers each match against an item that the previous
 matcher matched against. | 
Copyright © 2010–2018. All rights reserved.