Class ValueMatcher<T>

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

public class ValueMatcher<T> extends AbstractQueryMatcher
  • Constructor Summary

    Constructors
    Constructor
    Description
    ValueMatcher(String name, String xpath, T value, boolean quoted)
     
  • Method Summary

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

    Methods inherited from class org.dhatim.sql.hamcrest.matcher.AbstractQueryMatcher

    getName

    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

    • ValueMatcher

      public ValueMatcher(String name, String xpath, T value, boolean quoted)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)