Package com.jcabi.http.mock
Class MkQueryUriMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeDiagnosingMatcher<MkQuery>
com.jcabi.http.mock.MkQueryUriMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<MkQuery>,org.hamcrest.SelfDescribing
Matcher for checking
MkQuery.uri() contents.- Since:
- 1.17.4
- Suppressed Checkstyle violations:
- ProtectedMethodInFinalClassCheck (50 lines)
-
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description desc) protected booleanmatchesSafely(MkQuery item, org.hamcrest.Description desc) Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description desc) -
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeDiagnosingMatcher<MkQuery>
-