public class StringEndsWith extends SubstringMatcher
substring
Constructor and Description |
---|
StringEndsWith(String substring) |
Modifier and Type | Method and Description |
---|---|
static Matcher<String> |
endsWith(String substring) |
protected boolean |
evalSubstringOf(String s) |
protected String |
relationship() |
describeTo, matchesSafely
matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public StringEndsWith(String substring)
protected boolean evalSubstringOf(String s)
evalSubstringOf
in class SubstringMatcher
protected String relationship()
relationship
in class SubstringMatcher