public final class AbsentMatcher<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.dmfs.optional.Optional<T>>
| Constructor and Description |
|---|
AbsentMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T> AbsentMatcher<T> |
isAbsent() |
protected boolean |
matchesSafely(org.dmfs.optional.Optional<T> item,
org.hamcrest.Description mismatchDescription) |
public static <T> AbsentMatcher<T> isAbsent()
protected boolean matchesSafely(org.dmfs.optional.Optional<T> item, org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<org.dmfs.optional.Optional<T>>public void describeTo(org.hamcrest.Description description)