toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKMatcherScope
/
DynamicCallLong
Dynamic
Call
Long
class
DynamicCallLong
(
val
self
:
Any
,
val
methodName
:
String
,
val
anyContinuationGen
:
(
)
->
<Error class: unknown class>
<
out
<Error class: unknown class>
>
)
Members
Constructors
Dynamic
Call
Long
Link copied to clipboard
constructor
(
self
:
Any
,
methodName
:
String
,
anyContinuationGen
:
(
)
->
<Error class: unknown class>
<
out
<Error class: unknown class>
>
)
Properties
any
Continuation
Gen
Link copied to clipboard
val
anyContinuationGen
:
(
)
->
<Error class: unknown class>
<
out
<Error class: unknown class>
>
method
Name
Link copied to clipboard
val
methodName
:
String
self
Link copied to clipboard
val
self
:
Any
Functions
with
Arguments
Link copied to clipboard
infix
fun
withArguments
(
args
:
List
<
Any
?
>
)
:
Any
?