moq
Mocking library
A mocking library for .NET that provides a simple and straightforward API for creating mock objects.
The most popular and friendly mocking framework for .NET
6k stars
189 watching
801 forks
Language: C#
last commit: 8 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
maxkagamine/moq.contrib.httpclient | A set of extension methods for mocking HTTP client requests and responses with Moq. | 188 |
verifytests/verify.moq | Adds Verify support for Moq types to verify mock behavior and assertions | 14 |
autofac/autofac.extras.moq | Provides an easy-to-use integration between Autofac's IoC container and Moq's unit testing framework for mocking dependencies. | 38 |
mockito/mockito | A popular mocking framework used in unit tests written in Java | 14,885 |
mockk/mockk | A testing library for Kotlin that allows developers to write tests more efficiently by mocking out dependencies and behavior. | 5,441 |
nuysoft/mock | Generates simulated data for front-end development and testing | 19,528 |
nsubstitute/nsubstitute | A mocking library designed to simplify testing by providing an easy-to-use syntax and natural language support. | 2,674 |
mockery/mockery | A PHP framework for creating test doubles to isolate dependencies and make unit testing easier. | 10,634 |
mvemjsun/mock_server | A lightweight Sinatra application for mocking HTTP responses with an easy-to-use interface | 110 |
florinn/typemoq | A mocking library for TypeScript that allows developers to create fake objects and behaviors in their code for testing purposes. | 428 |
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 1,995 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
mswjs/msw | A library that allows developers to mock APIs in their applications without affecting the actual application code. | 15,941 |
mockoon/mockoon | A tool to design and run mock APIs locally, allowing developers to speed up development, test applications in a controlled environment, and simulate edge cases. | 6,558 |