retrofit-mock / retrofit2.mock

Package retrofit2.mock

Types

BehaviorDelegate

class BehaviorDelegate<T : Any!>

Applies behavior to responses and adapts them into the appropriate return type using the call adapters of .

Calls

class Calls

Factory methods for creating Call instances which immediately respond or fail.

MockRetrofit

class MockRetrofit

NetworkBehavior

class NetworkBehavior

A simple emulation of the behavior of network calls.

Functions

create

fun <T> MockRetrofit.create(): BehaviorDelegate<T>