public class IntegerMatcher
extends org.hamcrest.TypeSafeMatcher<java.lang.Number>
| Constructor and Description |
|---|
IntegerMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(java.lang.Number num,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(java.lang.Number num) |
protected boolean matchesSafely(java.lang.Number num)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.lang.Number>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(java.lang.Number num,
org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<java.lang.Number>