toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
ThrowingAnswer
Throwing
Answer
data
class
ThrowingAnswer
(
val
ex
:
Throwable
)
:
Answer
<
Nothing
>
Throws exception instead of function reply
Members
Constructors
Throwing
Answer
Link copied to clipboard
constructor
(
ex
:
Throwable
)
Properties
ex
Link copied to clipboard
val
ex
:
Throwable
Functions
answer
Link copied to clipboard
open
override
fun
answer
(
call
:
Call
)
:
Nothing
co
Answer
Link copied to clipboard
open
suspend
fun
coAnswer
(
call
:
Call
)
:
Nothing