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