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

Packages that use ListMatcher
org.axonframework.test.matchers   
 

Uses of ListMatcher in org.axonframework.test.matchers
 

Subclasses of ListMatcher in org.axonframework.test.matchers
 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-2016. All Rights Reserved.