public abstract class SubCharSequenceMatcher
extends <any>
Modifier and Type | Field and Description |
---|---|
protected CharSequence |
mSubstring |
Modifier | Constructor and Description |
---|---|
protected |
SubCharSequenceMatcher(CharSequence substring) |
Modifier and Type | Method and Description |
---|---|
void |
describeMismatchSafely(CharSequence item,
Description mismatchDescription) |
void |
describeTo(Description description) |
protected abstract boolean |
evalSubstringOf(CharSequence string) |
boolean |
matchesSafely(CharSequence item) |
protected abstract CharSequence |
relationship() |
protected final CharSequence mSubstring
protected SubCharSequenceMatcher(CharSequence substring)
public boolean matchesSafely(CharSequence item)
public void describeMismatchSafely(CharSequence item, Description mismatchDescription)
public void describeTo(Description description)
protected abstract boolean evalSubstringOf(CharSequence string)
protected abstract CharSequence relationship()