Class NeverMatcher<T>

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.elasticsearch.test.NeverMatcher<T>
All Implemented Interfaces:
org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

public class NeverMatcher<T> extends org.hamcrest.BaseMatcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
    boolean
    matches(Object actual)
     
    static <T> org.hamcrest.Matcher<T>
     

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • never

      public static <T> org.hamcrest.Matcher<T> never()
    • matches

      public boolean matches(Object actual)
    • describeTo

      public void describeTo(org.hamcrest.Description description)