Description

: sending requests to an array of stubbed responses This adapter is not intended for production use. Instead it is the backend used by `Client.addMockResponse()` @internal

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
voidvoid addResponse(IRequest requestForMatch, Response response, Json[string] options = null)
boolbool urlMatches(string sentRequestUri, IRequest requestToMock)
IResponse[]IResponse[] send(IRequest requestToMatch, Json[string] options = null)