MockInterceptor

class MockInterceptor(pathAndMessage: Pair<String, String>) : Interceptor

Usage: MockInterceptor( Pair("/bar", """{"foo":"baz"}"""))

Constructors

Link copied to clipboard
constructor(pathAndMessage: Pair<String, String>)

Functions

Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response