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