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