Package org.dhatim.sql.hamcrest.matcher
Class AbstractQueryMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<SqlQuery>
org.dhatim.sql.hamcrest.matcher.AbstractQueryMatcher
- All Implemented Interfaces:
NamedMatcher<SqlQuery>
,org.hamcrest.Matcher<SqlQuery>
,org.hamcrest.SelfDescribing
- Direct Known Subclasses:
IdentifierMatcher
,StringMatcher
,TokenMatcher
,ValueContainingMatcher
,ValueMatcher
,XPathMatcher
public abstract class AbstractQueryMatcher
extends org.hamcrest.TypeSafeMatcher<SqlQuery>
implements NamedMatcher<SqlQuery>
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
-
Constructor Details
-
AbstractQueryMatcher
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamedMatcher<SqlQuery>
-