| Constructor and Description |
|---|
AbstractMatcher()
|
| Modifier and Type | Method and Description |
|---|---|
Matcher |
and(Matcher
Returns a new matcher which returns
true if both this and the given matcher return
true.
|
Matcher |
or(Matcher
Returns a new matcher which returns
true if either this or the given matcher return
true.
|