Package net.thucydides.model.matchers
Class MaxFieldValueMatcher
java.lang.Object
net.thucydides.model.matchers.MaxFieldValueMatcher
- All Implemented Interfaces:
BeanCollectionMatcher,BeanMatcher
-
Constructor Summary
ConstructorsConstructorDescriptionMaxFieldValueMatcher(String fieldName, org.hamcrest.Matcher<? extends Comparable> valueMatcher) -
Method Summary
-
Constructor Details
-
MaxFieldValueMatcher
public MaxFieldValueMatcher(String fieldName, org.hamcrest.Matcher<? extends Comparable> valueMatcher)
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceBeanMatcher
-
matches
- Specified by:
matchesin interfaceBeanCollectionMatcher
-
toString
-