class BehaviorDelegate<T : Any!>
Applies behavior to responses and adapts them into the appropriate return type using the call adapters of .
See Also
MockRetrofit#create(Class)
fun <R : Any!> returning(call: Call<R>!): T |
|
fun returningResponse(response: Any?): T |