All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected org.hamcrest.Matcher<T> |
enclosed() |
static <T> org.hamcrest.Matcher<T> |
isNot(org.hamcrest.Matcher<T> enclosed) |
static <T> org.hamcrest.Matcher<T> |
isNot(T expected) |
static <T> org.hamcrest.Matcher<T> |
isNotEqualTo(T expected) |
static <T> org.hamcrest.Matcher<T> |
not(org.hamcrest.Matcher<T> enclosed) |
static <T> org.hamcrest.Matcher<T> |
not(T expected) |
static <T> org.hamcrest.Matcher<T> |
notEqualTo(T expected) |