public class StartingWithMatcher extends AbstractSimpleStringMatcher
| Constructor and Description |
|---|
StartingWithMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(String actual,
String argument)
Called when we want to check the expectation
|
matchesisApplicableTo, matchesprotected boolean matches(String actual, String argument)
AbstractSimpleStringMatchermatches in class AbstractSimpleStringMatcheractual - the actual valueargument - the argument to the operatorCopyright © 2014–2021. All rights reserved.