net.thucydides.core.matchers
Class BeanMatcherAsserts
java.lang.Object
net.thucydides.core.matchers.BeanMatcherAsserts
public class BeanMatcherAsserts
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanMatcherAsserts
public BeanMatcherAsserts()
matches
public static <T> boolean matches(List<T> elements,
BeanMatcher... matchers)
filterElements
public static <T> List<T> filterElements(List<T> elements,
BeanMatcher... matchers)
shouldMatch
public static <T> void shouldMatch(List<T> items,
BeanMatcher... matchers)
shouldMatch
public static <T> void shouldMatch(T bean,
BeanMatcher... matchers)
matches
public static <T> boolean matches(T bean,
BeanMatcher... matchers)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.