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