mockk-dsl
1.13.3
common
mockk-dsl
/
io.mockk
/
MockKMatcherScope
/
capture
capture
common
inline
fun
<
T
:
Any
>
capture
(
lst
:
MutableList
<
T
>
)
:
T
Content copied to clipboard
inline
fun
<
T
:
Any
>
capture
(
lst
:
CapturingSlot
<
T
>
)
:
T
Content copied to clipboard
Captures a non-nullable value to a
CapturingSlot
.
Samples
See also
io.
mockk.
slot
to create capturing slot.
io.
mockk.
Mock
KMatcher
Scope
for nullable arguments.