11 packages tagged with “httpmock”
A library for creating Http servers on the fly in tests and stubbing responses. The verification calls have now moved to HttpMock.Verify.NUnit. Use HttpMock.Logging.Log4Net for logging to the console.
A simple http mock library.
.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.
JSON and MediaTypeFormatter extensions for skwas.MockHttp.
.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.
A mocking framework to mock HttpClient requests.
简单、易用、高效 一个有态度的开源.Net Http请求框架!可以用制作爬虫,api请求等等。让你感受一个简易到极致的HTTP编程. 让编程更简易,代码更简洁。用法请查看:https://github.com/stulzq/HttpCode.Core
A library for verifying HTTP calls, mocked with HttpMock
log4net logger for HttpMock
An extension for HttpMock(hibri) with concurrency support With the current changes now this will support: 1.Concurrency. 2.Session. 3.Private/Shared Mocks (in the context of initializing a single HttpMock server with parallel running scenarios ) 4.WithNewContext support to individual scenarios. (Which will not break already running scenarios in parallel)
An extension for HttpMock(hibri) with concurrency support for running scenario in parallel