patch
Mocking library
A library that provides ergonomic mocking capabilities for Elixir tests
Ergonomic Mocking for Elixir
193 stars
2 watching
11 forks
Language: Elixir
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
jjh42/mock | A library for mocking functions in Elixir tests | 652 |
eratio08/vitest-mock-extended | A library that provides type-safe mocking extensions for testing with Vitest. | 166 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 486 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |
archan937/mecks_unit | A tool to easily mock module functions in ExUnit tests using Erlang's :meck library | 55 |
eproxus/meck | A mocking library for Erlang testing and development | 813 |
easymock/easymock | A Java library for creating mock objects in unit testing | 821 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
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 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
codeception/aspectmock | A PHP library that enables AOP-based mocking and stubbing of static methods and class methods. | 790 |
sonerdy/double | A tool for creating test doubles that inject fake dependencies into Elixir applications without overriding existing module behavior. | 47 |