mockito-kotlin / org.mockito.kotlin / KArgumentCaptor / lastValue

lastValue

val lastValue: T

The last captured value of the argument.

Exceptions

IndexOutOfBoundsException - if the value is not available.