toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
RecordedCall
/
RecordedCall
Recorded
Call
constructor
(
retValue
:
Any
?
,
isRetValueMock
:
Boolean
,
retType
:
KClass
<
*
>
,
matcher
:
InvocationMatcher
,
selfChain
:
RecordedCall
?
,
argChains
:
List
<
Any
>
?
)