Package net.thucydides.core.matchers
Class BeanMatcherAsserts
java.lang.Object
net.thucydides.core.matchers.BeanMatcherAsserts
public class BeanMatcherAsserts
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BeanMatcherAsserts() -
Method Summary
Modifier and Type Method Description static <T> java.util.List<T>filterElements(java.util.List<T> elements, BeanMatcher... matchers)static <T> booleanmatches(java.util.List<T> elements, BeanMatcher... matchers)static <T> booleanmatches(T bean, BeanMatcher... matchers)static <T> voidshouldMatch(java.util.List<T> items, BeanMatcher... matchers)static <T> voidshouldMatch(T bean, BeanMatcher... matchers)static <T> voidshouldNotMatch(java.util.List<T> items, BeanMatcher... matchers)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BeanMatcherAsserts
public BeanMatcherAsserts()
-
-
Method Details
-
matches
-
filterElements
public static <T> java.util.List<T> filterElements(java.util.List<T> elements, BeanMatcher... matchers) -
shouldMatch
-
shouldMatch
-
shouldNotMatch
-
matches
-