Class OptionalMatchers
- java.lang.Object
-
- de.otto.edison.testsupport.matcher.OptionalMatchers
-
public class OptionalMatchers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OptionalMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<? super java.util.Optional<?>>isAbsent()static org.hamcrest.Matcher<? super java.util.Optional<?>>isPresent()
-