mockk-dsl
1.12.8
common
mockk-dsl
/
io.mockk
/
MockKAnswerScope
Mock
KAnswer
Scope
common
class
MockKAnswerScope
<
T
,
B
>
(
lambda
:
CapturingSlot
<
Function
<
*
>
>
,
val
call
:
Call
)
Content copied to clipboard
Scope for answering functions. Part of DSL
Constructors
Functions
Properties
Constructors
Mock
KAnswer
Scope
Link copied to clipboard
common
fun
MockKAnswerScope
(
lambda
:
CapturingSlot
<
Function
<
*
>
>
,
call
:
Call
)
Content copied to clipboard
Functions
arg
Link copied to clipboard
common
inline
fun
<
T
>
arg
(
n
:
Int
)
:
T
Content copied to clipboard
call
Original
Link copied to clipboard
common
fun
callOriginal
(
)
:
T
Content copied to clipboard
captured
Link copied to clipboard
common
inline
fun
<
T
>
MutableList
<
T
>
.
captured
(
)
:
T
Content copied to clipboard
coroutine
Link copied to clipboard
common
inline
fun
<
T
:
Any
>
coroutine
(
)
:
CapturingSlot
<
T
>
Content copied to clipboard
first
Arg
Link copied to clipboard
common
inline
fun
<
T
>
firstArg
(
)
:
T
Content copied to clipboard
lambda
Link copied to clipboard
common
inline
fun
<
T
:
Function
<
*
>
>
lambda
(
)
:
CapturingSlot
<
T
>
Content copied to clipboard
last
Arg
Link copied to clipboard
common
inline
fun
<
T
>
lastArg
(
)
:
T
Content copied to clipboard
second
Arg
Link copied to clipboard
common
inline
fun
<
T
>
secondArg
(
)
:
T
Content copied to clipboard
third
Arg
Link copied to clipboard
common
inline
fun
<
T
>
thirdArg
(
)
:
T
Content copied to clipboard
Properties
args
Link copied to clipboard
common
val
args
:
List
<
Any
?
>
Content copied to clipboard
call
Link copied to clipboard
common
val
call
:
Call
Content copied to clipboard
field
Value
Link copied to clipboard
common
var
fieldValue
:
B
Content copied to clipboard
field
Value
Any
Link copied to clipboard
common
var
fieldValueAny
:
Any
?
Content copied to clipboard
invocation
Link copied to clipboard
common
val
invocation
:
Invocation
Content copied to clipboard
matcher
Link copied to clipboard
common
val
matcher
:
InvocationMatcher
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
MethodDescription
Content copied to clipboard
n
Args
Link copied to clipboard
common
val
nArgs
:
Int
Content copied to clipboard
nothing
Link copied to clipboard
common
val
nothing
:
Nothing
?
=
null
Content copied to clipboard
self
Link copied to clipboard
common
val
self
:
Any
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
B
Content copied to clipboard
value
Any
Link copied to clipboard
common
val
valueAny
:
Any
?
Content copied to clipboard