Class OptionalMatchers

java.lang.Object
org.elasticsearch.test.hamcrest.OptionalMatchers

public class OptionalMatchers
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    OptionalMatchers()  
  • Method Summary

    Modifier and Type Method Description
    static org.elasticsearch.test.hamcrest.OptionalMatchers.IsEmptyMatcher isEmpty()  
    static org.elasticsearch.test.hamcrest.OptionalMatchers.IsPresentMatcher isPresent()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OptionalMatchers

      public OptionalMatchers()
  • Method Details

    • isEmpty

      public static org.elasticsearch.test.hamcrest.OptionalMatchers.IsEmptyMatcher isEmpty()
    • isPresent

      public static org.elasticsearch.test.hamcrest.OptionalMatchers.IsPresentMatcher isPresent()