doExecuteSuspended

fun doExecuteSuspended(action: suspend (V) -> R)

Sets the answer to execute a given suspended code block.

Parameters

action

The code block to execute as an answer to the stub being called.