mockall
Mocking library
A mock object library for unit testing Rust software
A powerful mock object library for Rust
2k stars
8 watching
66 forks
Language: Rust
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dhall-mock/dhall-mock | A tool to generate and manage mock HTTP responses for testing and development purposes using a configuration file written in the Dhall programming language. | 21 |
nhumrich/aiomock | An implementation of Python's Mock with support for asynchronous methods | 26 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,713 |
zeisler/active_mocker | A tool that generates mock implementations of Ruby classes based on their Active Record models. | 506 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 491 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 92 |
zeroflag/babymock | A visual mock object library for creating and managing mock objects in software development | 0 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 2,009 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,067 |
php-mock/php-mock | A testing library that mocks non-deterministic built-in PHP functions to simplify unit tests | 359 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
dcramer/mock-django | A simple library for mocking Django's ORM behavior. | 223 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |