Capture Matcher
data class CaptureMatcher<T : Any>(val captureList: MutableList<T>, val argumentType: KClass<*>) : Matcher<T> , CapturingMatcher, TypedMatcher, EquivalentMatcher
Matcher capturing all results to the list.
Matcher capturing all results to the list.