Class DebugMatcher

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

public class DebugMatcher extends org.hamcrest.TypeSafeMatcher<SqlQuery>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DebugMatcher(org.hamcrest.Matcher<SqlQuery> matcher)
     
  • 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
  • Constructor Details

    • DebugMatcher

      public DebugMatcher(org.hamcrest.Matcher<SqlQuery> matcher)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)