CompositeMatcher

interface CompositeMatcher<T>

Matcher composed from several other matchers.

Allows to build matching expressions. Alike "and(eq(5), capture(lst))"

Properties

Link copied to clipboard
abstract val operandValues: List<T>
Link copied to clipboard
abstract var subMatchers: List<Matcher<T>>?

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun CompositeMatcher<*>.captureSubMatchers(arg: Any?)