Uses of Class
net.thucydides.core.matchers.SimpleValueMatcher
| Package | Description |
|---|---|
| net.thucydides.core.matchers | |
| net.thucydides.core.output |
-
Uses of SimpleValueMatcher in net.thucydides.core.matchers
Methods in net.thucydides.core.matchers that return SimpleValueMatcher Modifier and Type Method Description static SimpleValueMatcherBeanMatchers. checkThat(java.lang.Boolean value, org.hamcrest.Matcher<? extends java.lang.Object> matcher)static SimpleValueMatcherBeanMatchers. checkThat(java.lang.String value, org.hamcrest.Matcher<? extends java.lang.Object> matcher) -
Uses of SimpleValueMatcher in net.thucydides.core.output
Methods in net.thucydides.core.output with parameters of type SimpleValueMatcher Modifier and Type Method Description voidResultsOutput. recordResult(java.util.List<? extends java.lang.Object> columnValues, SimpleValueMatcher... check)voidSpreadsheetResultsOutput. recordResult(java.util.List<? extends java.lang.Object> columnValues, SimpleValueMatcher... validityChecks)