Interface NamedMatcher<T>

All Superinterfaces:
org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing
All Known Implementing Classes:
AbstractQueryMatcher, IdentifierMatcher, StringMatcher, TextMatcher, TokenMatcher, ValueContainingMatcher, ValueMatcher, XPathMatcher

public interface NamedMatcher<T> extends org.hamcrest.Matcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.hamcrest.Matcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, matches

    Methods inherited from interface org.hamcrest.SelfDescribing

    describeTo
  • Method Details