class KArgumentCaptor<out T>
KArgumentCaptor(captor: ArgumentCaptor<T>, tClass: KClass<*>) |
val allValues: List<T> |
|
val firstValue: T
The first captured value of the argument. |
|
val lastValue: T
The last captured value of the argument. |
|
val secondValue: T
The second captured value of the argument. |
|
val thirdValue: T
The third captured value of the argument. |
fun capture(): T |