public class StringStartsWith extends SubstringMatcher
substring| Constructor and Description |
|---|
StringStartsWith(String substring) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evalSubstringOf(String s) |
protected String |
relationship() |
static Matcher<String> |
startsWith(String substring) |
describeMismatchSafely, describeTo, matchesSafelydescribeMismatch, matches_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic StringStartsWith(String substring)
protected boolean evalSubstringOf(String s)
evalSubstringOf in class SubstringMatcherprotected String relationship()
relationship in class SubstringMatcherCopyright © 2016. All rights reserved.