public class InRange<T extends Number>
extends org.hamcrest.BaseMatcher<T>
| Constructor and Description |
|---|
InRange(T lowerInclusive,
T higherExclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object actual,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matches(Object o) |
public boolean matches(Object o)
public void describeTo(org.hamcrest.Description description)
Copyright © 2017. All rights reserved.