mockk-dsl
1.13.2
common
mockk-dsl
/
io.mockk
/
FunctionAnswer
Function
Answer
common
data
class
FunctionAnswer
<
T
>
(
val
answerFunc
:
(
Call
)
->
T
)
:
Answer
<
T
>
Content copied to clipboard
Delegates reply to the lambda function
Constructors
Functions
Properties
Constructors
Function
Answer
Link copied to clipboard
common
fun
<
T
>
FunctionAnswer
(
answerFunc
:
(
Call
)
->
T
)
Content copied to clipboard
Functions
answer
Link copied to clipboard
common
open
override
fun
answer
(
call
:
Call
)
:
T
Content copied to clipboard
co
Answer
Link copied to clipboard
common
open
suspend
fun
coAnswer
(
call
:
Call
)
:
T
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
answer
Func
Link copied to clipboard
common
val
answerFunc
:
(
Call
)
->
T
Content copied to clipboard