mockito-kotlin / com.nhaarman.mockito_kotlin / KArgumentCaptor / lastValue

lastValue

val lastValue: T

The last captured value of the argument.

Exceptions

IndexOutOfBoundsException - if the value is not available.