faux
Mock struct library
A library to create mocks out of structs.
Struct mocking library for Rust
443 stars
6 watching
15 forks
Language: Rust
last commit: about 1 month 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,231 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 491 |
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 | 266 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 92 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,713 |
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,067 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
eproxus/meck | A mocking library for Erlang testing and development | 816 |
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,160 |
eratio08/vitest-mock-extended | A library that provides type-safe mocking extensions for testing with Vitest. | 174 |
florinn/typemoq | A mocking library for TypeScript that allows developers to create fake objects and behaviors in their code for testing purposes. | 428 |