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 classprivate static classprivate static classprivate static classMethods 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 toBigDecimaland converted value satisfies the specifiedvalueMatcher.static TypeMatcher<Boolean>Creates a matcher that matches when the examined string is convertible toBooleanand converted value satisfies the specifiedvalueMatcher.static TypeMatcher<Double>Creates a matcher that matches when the examined string is convertible toDoubleand converted value satisfies the specifiedvalueMatcher.static TypeMatcher<Integer>Creates a matcher that matches when the examined string is convertible toIntegerand converted value satisfies the specifiedvalueMatcher.