Package org.xmlunit.matchers
Class TypeMatcher.BooleanTypeMatcher
java.lang.Object
- All Implemented Interfaces:
org.hamcrest.Matcher<String>,org.hamcrest.SelfDescribing
- Enclosing class:
TypeMatcher<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBooleanTypeMatcher(org.hamcrest.Matcher<? extends Boolean> matcher) -
Method Summary
Methods inherited from class org.xmlunit.matchers.TypeMatcher
asBigDecimal, asBoolean, asDouble, asInt, describeMismatchSafely, describeTo, matchesSafelyMethods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
BooleanTypeMatcher
-
-
Method Details
-
convert
Description copied from class:TypeMatcherConverts the item.- Specified by:
convertin classTypeMatcher<Boolean>- Parameters:
item- value as String- Returns:
- converted value
-