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, matchesSafely
describeMismatch, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public StringStartsWith(String substring)
protected boolean evalSubstringOf(String s)
evalSubstringOf
in class SubstringMatcher
protected String relationship()
relationship
in class SubstringMatcher
Copyright © 2016. All rights reserved.