KArgumentCaptor

class KArgumentCaptor<out T>(captor: ArgumentCaptor<T>, tClass: KClass<*>)

Constructors

Link copied to clipboard
constructor(captor: ArgumentCaptor<T>, tClass: KClass<*>)

Properties

Link copied to clipboard
Link copied to clipboard

The first captured value of the argument.

Link copied to clipboard

The last captured value of the argument.

Link copied to clipboard

The second captured value of the argument.

Link copied to clipboard

The third captured value of the argument.

Functions

Link copied to clipboard
fun capture(): T