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
ConstructorsModifierConstructorDescriptionprivate
BooleanTypeMatcher
(org.hamcrest.Matcher<? extends Boolean> matcher) -
Method Summary
Methods inherited from class org.xmlunit.matchers.TypeMatcher
asBigDecimal, asBoolean, asDouble, asInt, describeMismatchSafely, describeTo, matchesSafely
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
BooleanTypeMatcher
-
-
Method Details
-
convert
- Specified by:
convert
in classTypeMatcher<Boolean>
-