Class TextMatcher

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<SqlQuery>
org.dhatim.sql.hamcrest.matcher.TextMatcher
All Implemented Interfaces:
NamedMatcher<SqlQuery>, org.hamcrest.Matcher<SqlQuery>, org.hamcrest.SelfDescribing

public class TextMatcher extends org.hamcrest.TypeSafeMatcher<SqlQuery> implements NamedMatcher<SqlQuery>
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextMatcher(String xpath, String description, String text)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
     

    Methods inherited from class org.hamcrest.TypeSafeMatcher

    describeMismatch, matches

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.hamcrest.Matcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, matches
  • Constructor Details

  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
      Specified by:
      describeTo in interface org.hamcrest.SelfDescribing
    • getName

      public String getName()
      Specified by:
      getName in interface NamedMatcher<SqlQuery>