Uses of Class
org.xmlunit.matchers.TypeMatcher
Packages that use TypeMatcher
-
Uses of TypeMatcher in org.xmlunit.matchers
Subclasses of TypeMatcher in org.xmlunit.matchersModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
Methods in org.xmlunit.matchers that return TypeMatcherModifier and TypeMethodDescriptionstatic TypeMatcher
<BigDecimal> TypeMatcher.asBigDecimal
(org.hamcrest.Matcher<? extends BigDecimal> valueMatcher) Creates a matcher that matches when the examined string is convertible toBigDecimal
and converted value satisfies the specifiedvalueMatcher
.static TypeMatcher
<Boolean> Creates a matcher that matches when the examined string is convertible toBoolean
and converted value satisfies the specifiedvalueMatcher
.static TypeMatcher
<Double> Creates a matcher that matches when the examined string is convertible toDouble
and converted value satisfies the specifiedvalueMatcher
.static TypeMatcher
<Integer> Creates a matcher that matches when the examined string is convertible toInteger
and converted value satisfies the specifiedvalueMatcher
.