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