mocking
There are 1101 repositories under mocking topic.
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
mswjs/msw
Industry standard API mocking for JavaScript.
mockito/mockito
Most popular Mocking framework for unit tests written in Java
mockery/mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
mockoon/mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
wiremock/wiremock
A tool for mocking HTTP services
vektra/mockery
A mock code autogenerator for Go
AliSoftware/OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
stoplightio/prism
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
powermock/powermock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
ctimmerm/axios-mock-adapter
Axios adapter that allows to easily mock requests
pester/Pester
Pester is the ubiquitous test and mock framework for PowerShell.
kevin1024/vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing
nsubstitute/NSubstitute
A friendly substitute for .NET mocking libraries.
SpectoLabs/hoverfly
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
h2non/gock
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
gabrielfalcao/HTTPretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
Kong/insomnia-mockbin
Insomnia Mockbin is the underlying backend for the API mocks capability of Insomnia. It is built and used by Kong, the author of the open-source Kong Gateway.
matryer/moq
Interface mocking tool for go generate
bbyars/mountebank
Over the wire test doubles
FakeItEasy/FakeItEasy
The easy mocking library for .NET
iridakos/duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Brightify/Cuckoo
Boilerplate-free mocking framework for Swift!
richardszalay/mockhttp
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
microcks/microcks
The open source, cloud native tool for API Mocking and Testing. Microcks is a Cloud Native Computing Foundation sandbox project 🚀
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
testdouble/testdouble.js
A minimal test double library for TDD with JavaScript
3lvis/Networking
Swift HTTP Networking with stubbing and caching support
tonerdo/pose
Replace any .NET method (including static and non-virtual) with a delegate
help-me-mom/ng-mocks
Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup
google/cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
jonreid/OCMockito
Mockito for Objective-C: creation, verification and stubbing of mock objects
NagRock/ts-mockito
Mocking library for TypeScript
mongomock/mongomock
Small library for mocking pymongo collection objects for testing purposes
mswjs/data
Data modeling and relation library for testing JavaScript applications.
uber/mockolo
Efficient Mock Generator for Swift