public class IsNotLikeMatcher extends AbstractSimpleStringMatcher
| Constructor and Description |
|---|
IsNotLikeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Parameter parameter,
String actual,
String argument)
Called when we want to check the expectation
|
matchesmatchesprotected boolean matches(Parameter parameter, String actual, String argument)
AbstractSimpleStringMatchermatches in class AbstractSimpleStringMatcherparameter - the parameteractual - the actual valueargument - the argument to the operatorCopyright © 2014–2016. All rights reserved.