public class TextPatternMatcher
extends org.hamcrest.TypeSafeMatcher<java.lang.CharSequence>
| Constructor and Description |
|---|
TextPatternMatcher(java.util.regex.Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(java.lang.CharSequence str,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(java.lang.CharSequence str) |
protected boolean matchesSafely(java.lang.CharSequence str)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.lang.CharSequence>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(java.lang.CharSequence str,
org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<java.lang.CharSequence>