mockito-kotlin / org.mockito.kotlin / KArgumentCaptor / firstValue

firstValue

val firstValue: T

The first captured value of the argument.

Exceptions

IndexOutOfBoundsException - if the value is not available.