toggle menu
mockk
1.13.17
common
switch theme
search in API
mockk
/
io.mockk.impl.recording
/
SignedCall
Signed
Call
data
class
SignedCall
(
val
retValue
:
Any
?
,
val
isRetValueMock
:
Boolean
,
val
retType
:
KClass
<
*
>
,
val
self
:
Any
,
val
method
:
<Error class: unknown class>
,
val
args
:
List
<
Any
?
>
,
val
invocationStr
:
String
)
Members
Constructors
Signed
Call
Link copied to clipboard
constructor
(
retValue
:
Any
?
,
isRetValueMock
:
Boolean
,
retType
:
KClass
<
*
>
,
self
:
Any
,
method
:
<Error class: unknown class>
,
args
:
List
<
Any
?
>
,
invocationStr
:
String
)
Properties
args
Link copied to clipboard
val
args
:
List
<
Any
?
>
invocation
Str
Link copied to clipboard
val
invocationStr
:
String
is
Ret
Value
Mock
Link copied to clipboard
val
isRetValueMock
:
Boolean
method
Link copied to clipboard
val
method
:
<Error class: unknown class>
ret
Type
Link copied to clipboard
val
retType
:
KClass
<
*
>
ret
Value
Link copied to clipboard
val
retValue
:
Any
?
self
Link copied to clipboard
val
self
:
Any