MockClientHandler Type
This is the main stub/mock handler
Constructors
Constructor | Description |
Full Usage:
MockClientHandler(handler, methods, templateMatcher, responseStubber)
Parameters:
HttpMessageHandler
methods : HttpMethod[]
templateMatcher : TemplateMatcher
responseStubber : HttpRequestMessage -> RouteValueDictionary -> Task<HttpResponseMessage>
Returns: MockClientHandler
|
|