public class TextPatternMatcher extends org.hamcrest.TypeSafeMatcher<CharSequence>
| Constructor and Description |
|---|
TextPatternMatcher(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(CharSequence str,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(CharSequence str) |
public TextPatternMatcher(Pattern pattern)
protected boolean matchesSafely(CharSequence str)
matchesSafely in class org.hamcrest.TypeSafeMatcher<CharSequence>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(CharSequence str, org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<CharSequence>Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.