public class IsEqualToMatcher extends AbstractSimpleMatcher
| Constructor and Description |
|---|
IsEqualToMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Parameter parameter,
Object actual,
Object expected)
Called to see if the condition holds
|
matchesprotected boolean matches(Parameter parameter, Object actual, Object expected)
AbstractSimpleMatchermatches in class AbstractSimpleMatcherparameter - the parameteractual - the actual valueexpected - the expectationCopyright © 2014–2016. All rights reserved.