public abstract class AbstractSimpleMatcher extends Object implements Matcher
| Constructor and Description |
|---|
AbstractSimpleMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Parameter parameter,
Object value,
Object... properties)
Determines if the value matches the properties or not, based on the underlying operation.
|
protected abstract boolean |
matches(Parameter parameter,
Object actual,
Object expected)
Called to see if the condition holds
|
Copyright © 2014–2016. All rights reserved.