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