20 skills found
richardszalay / MockhttpTesting layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
philikon / MockHttpRequestA mock implementation of XMLHttpRequest for unit testing
mrabelwahed / JournalMulti-module Android App built using Jetpack compose, Paging3, Room and More [still in progress....]
jrharmon / MockHttpServerA library to help with unit/acceptance tests of code that relies on an external HTTP service, by allowing you to easily mock one.
skwasjer / MockHttp.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.
qiniu / Mockhttp.v1mockhttp is a unit test tool that allow you test web services without listening port
tv42 / MockhttpMock object for Go http.ResponseWriter
callawaycloud / MockHttpResponseHandlerAn Apex a utility class to help test HTTP callouts (Salesforce)
qiniu / Mockhttp.v2mockhttp is a unit test tool that allow you test web services without listening port
jaredwray / MockhttpA simple HTTP server that can be used to mock HTTP responses for testing purposes. Inspired by httpbin and built using nodejs and fastify with the idea of running it via https://mockhttp.org, via docker jaredwray/mockhttp, or nodejs npm install jaredwray/mockhttp.
disqus / MockhttpNo description available
codecutout / MockHttpClientEasily mock `HttpClient` for testing
caiorcferreira / MockhttpA simple and expressive HTTP server mocking library for end-to-end and integration tests in Go.
jfrog / Go MockhttpNo description available
devlead / Devlead.Testing.MockHttp.NET Library for mocking HTTP client requests
Kralizek / AutoFixtureExtensionsA set of small extension packages to make the life of AutoFixture users easier.
esammer / MockhttpA Go library for mocking responses to real HTTP client requests
ZahraBayatgh / MockHttpClientSampleNo description available
dcstuff / MockHttpResponseSalesforce HttpCalloutMock Interface implementation
mrpvsilva / MockHttpMessageHandlerExemplo simples de um projeto .Net Core 3.1, com a utilização correta da classe HttpClient para evitar esgotamento de soquetes. E com testes de integração mockando o HttpMessageHandler ao realizar request para apis externas.