Capturing Nullable Slot Matcher
data class CapturingNullableSlotMatcher<T : Any>(val captureSlot: CapturingSlot<T?>, val argumentType: KClass<*>) : Matcher<T> , CapturingMatcher, TypedMatcher, EquivalentMatcher
Matcher capturing one last nullable value to the CapturingSlot