public CompositeMatcher<T>
Matcher composed from several other matchers.
Allows to build matching expressions. Alike "and(eq(5), capture(lst))"
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getOperandValues() |
java.util.List<io.mockk.Matcher> |
getSubMatchers() |
void |
setSubMatchers(java.util.List<? extends io.mockk.Matcher<? super T>> p) |