net.thucydides.core.matchers
Class BeanMatchers
java.lang.Object
net.thucydides.core.matchers.BeanMatchers
public class BeanMatchers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanMatchers
public BeanMatchers()
the
public static BeanMatcher the(String fieldName,
org.hamcrest.Matcher<? extends Object> matcher)
the_count
public static BeanMatcher the_count(org.hamcrest.Matcher<Integer> countMatcher)
each
public static BeanMatchers.BeanConstraint each(String fieldName)
max
public static BeanMatcher max(String fieldName,
org.hamcrest.Matcher<? extends Comparable> valueMatcher)
min
public static BeanMatcher min(String fieldName,
org.hamcrest.Matcher<? extends Comparable> valueMatcher)
checkThat
public static SimpleValueMatcher checkThat(String value,
org.hamcrest.Matcher<? extends Object> matcher)
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.