Package org.xmlunit.matchers
Class TypeMatcher.IntegerTypeMatcher
java.lang.Object
- All Implemented Interfaces:
org.hamcrest.Matcher<String>,org.hamcrest.SelfDescribing
- Enclosing class:
TypeMatcher<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIntegerTypeMatcher(org.hamcrest.Matcher<? extends Integer> 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
-
IntegerTypeMatcher
-
-
Method Details
-
convert
Description copied from class:TypeMatcherConverts the item.- Specified by:
convertin classTypeMatcher<Integer>- Parameters:
item- value as String- Returns:
- converted value
-