faux
Struct mocking library
A library that enables creating mocks of structs without polluting the codebase by transforming them into mockable equivalents
Struct mocking library for Rust
437 stars
6 watching
13 forks
Language: Rust
last commit: 8 months ago
Linked from 1 awesome list
mockmockingrusttesting
Related projects:
Repository | Description | Stars |
---|---|---|
z4kn4fein/stashbox-mocking | A library that provides automatic mock creation for unit testing integrations with Stashbox. | 2 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 486 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
jasonbock/rocks | A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods | 257 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
eproxus/meck | A mocking library for Erlang testing and development | 813 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
rspec/rspec-mocks | A test-double framework for RSpec that supports method stubs and mocking of real objects as well as generated test-doubles. | 1,159 |
eratio08/vitest-mock-extended | A library that provides type-safe mocking extensions for testing with Vitest. | 166 |
florinn/typemoq | A mocking library for TypeScript that allows developers to create fake objects and behaviors in their code for testing purposes. | 428 |