public Answer<T>
Provides return value for mocked function
| Modifier and Type | Interface and Description |
|---|---|
static class |
Answer.DefaultImpls
Provides return value for mocked function
|
| Modifier and Type | Method and Description |
|---|---|
T |
answer(Call call) |
java.lang.Object |
coAnswer(Call call,
kotlin.coroutines.experimental.Continuation<? super T> p) |