java.lang.Object
net.thucydides.model.matchers.BeanMatcherAsserts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T> filterElements(List<T> elements, BeanMatcher... matchers) static <T> booleanmatches(List<T> elements, BeanMatcher... matchers) static <T> booleanmatches(T bean, BeanMatcher... matchers) static <T> voidshouldMatch(List<T> items, BeanMatcher... matchers) static <T> voidshouldMatch(T bean, BeanMatcher... matchers) static <T> voidshouldNotMatch(List<T> items, BeanMatcher... matchers) static <E> List<E>
-
Constructor Details
-
BeanMatcherAsserts
public BeanMatcherAsserts()
-
-
Method Details
-
matches
-
union
-
filterElements
-
shouldMatch
-
shouldMatch
-
shouldNotMatch
-
matches
-