We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i think it would be helpful if the request body is also printed when calling VerifyAll() instead of just the header.
VerifyAll()
MockHttp.HttpMockException There are 1 unfulfilled expectations: Method: POST, RequestUri: 'https://x.com:9999/rpc', Headers: Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=, MockHttp.Json.JsonContentMatcher Seen requests: Method: POST, RequestUri: 'https://x.com:9999/rpc', Version: 1.1, Content: System.Net.Http.Json.JsonContent, Headers: { Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ= Content-Type: application/json; charset=utf-8 Content-Length: 194 }
i think it would be helpful if the request body is also printed when calling
VerifyAll()instead of just the header.