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

lastValue

val lastValue: T

The last captured value of the argument.

Exceptions

IndexOutOfBoundsException - if the value is not available.