toggle menu
mockito-kotlin
5.2.1
jvm
switch theme
search in API
mockito-kotlin
/
org.mockito.kotlin
/
ArgumentCaptorHolder4
Argument
Captor
Holder4
class
ArgumentCaptorHolder4
<
out
A
,
out
B
,
out
C
,
out
D
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
)
Members
Constructors
Argument
Captor
Holder4
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
)
Properties
first
Link copied to clipboard
val
first
:
A
fourth
Link copied to clipboard
val
fourth
:
D
second
Link copied to clipboard
val
second
:
B
third
Link copied to clipboard
val
third
:
C
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
A
component2
Link copied to clipboard
operator
fun
component2
(
)
:
B
component3
Link copied to clipboard
operator
fun
component3
(
)
:
C
component4
Link copied to clipboard
operator
fun
component4
(
)
:
D