public class OptionalMatchers
extends java.lang.Object
| Constructor | Description |
|---|---|
OptionalMatchers() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.hamcrest.Matcher<? super java.util.Optional<?>> |
isAbsent() |
|
static org.hamcrest.Matcher<? super java.util.Optional<?>> |
isPresent() |