mockito-kotlin / com.nhaarman.mockitokotlin2 / ArgumentCaptorHolder4

ArgumentCaptorHolder4

class ArgumentCaptorHolder4<out A, out B, out C, out D>

Constructors

<init>

ArgumentCaptorHolder4(first: A, second: B, third: C, fourth: D)

Properties

first

val first: A

fourth

val fourth: D

second

val second: B

third

val third: C

Functions

component1

operator fun component1(): A

component2

operator fun component2(): B

component3

operator fun component3(): C

component4

operator fun component4(): D