public final class OptionalMatchers extends Object
| Constructor and Description |
|---|
OptionalMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<Optional<T>> |
isAbsent() |
static <T> org.hamcrest.Matcher<Optional<T>> |
isPresent() |
static <T> org.hamcrest.Matcher<Optional<T>> |
whereContentMatches(org.hamcrest.Matcher<T> contentMatcher) |
Copyright © 2017 echocat. All rights reserved.