Class OptionalMatchers

java.lang.Object
de.otto.edison.testsupport.matcher.OptionalMatchers

public class OptionalMatchers extends Object
  • Constructor Details

    • OptionalMatchers

      public OptionalMatchers()
  • Method Details

    • isPresent

      public static org.hamcrest.Matcher<? super Optional<?>> isPresent()
    • isAbsent

      public static org.hamcrest.Matcher<? super Optional<?>> isAbsent()