Package org.dhatim.sql.hamcrest.matcher
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) 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
-
TextMatcher
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description) - Specified by:
describeTo
in interfaceorg.hamcrest.SelfDescribing
-
getName
- Specified by:
getName
in interfaceNamedMatcher<SqlQuery>
-