Rocks
Mocking library
A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods
A mocking library based on the Compiler APIs (Roslyn + Mocks)
260 stars
12 watching
20 forks
Language: C#
last commit: 17 days ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratormockmockingmocking-librarytesting
Related projects:
Repository | Description | Stars |
---|---|---|
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 488 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |
z4kn4fein/stashbox-mocking | A library that provides automatic mock creation for unit testing integrations with Stashbox. | 2 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
dascandy/hippomocks | A single-header mocking framework allowing developers to isolate dependencies and test their code in isolation | 195 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,707 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
devlucky/kakapo | A tool for dynamically mocking server behaviors and responses in Swift applications. | 759 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,063 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
cezarypiatek/grpc-mock-server | A standalone component for mocking GRPC services using WireMock.NET stubbing engine | 32 |