Answer

interface Answer<out T>

Provides return value for mocked function

Inheritors

Functions

Link copied to clipboard
abstract fun answer(call: Call): T
Link copied to clipboard
open suspend fun coAnswer(call: Call): T