toggle menu
mockito-kotlin
5.2.1
jvm
switch theme
search in API
mockito-kotlin
/
org.mockito.kotlin
/
ArgumentCaptorHolder5
Argument
Captor
Holder5
class
ArgumentCaptorHolder5
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
)
Members
Constructors
Argument
Captor
Holder5
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
)
Properties
fifth
Link copied to clipboard
val
fifth
:
E
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
component5
Link copied to clipboard
operator
fun
component5
(
)
:
E