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
ConstructorsModifierConstructorDescriptionprivate
IntegerTypeMatcher
(org.hamcrest.Matcher<? extends Integer> 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
-
IntegerTypeMatcher
-
-
Method Details
-
convert
Description copied from class:TypeMatcher
Converts the item.- Specified by:
convert
in classTypeMatcher<Integer>
- Parameters:
item
- value as String- Returns:
- converted value
-