mockk-dsl
1.13.2
common
mockk-dsl
/
io.mockk
/
ManyAnswerable
Many
Answerable
common
interface
ManyAnswerable
<
out
T
>
:
Answer
<
T
>
Content copied to clipboard
Required to signalize many answers available
Functions
Properties
Inheritors
Functions
answer
Link copied to clipboard
common
abstract
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
Properties
flat
Answers
Link copied to clipboard
common
abstract
val
flatAnswers
:
List
<
Answer
<
T
>
>
Content copied to clipboard
has
More
Link copied to clipboard
common
abstract
val
hasMore
:
Boolean
Content copied to clipboard
Inheritors
ManyAnswersAnswer
Link copied to clipboard