mecks_unit
Mocking tool
A tool to easily mock module functions in ExUnit tests using Erlang's :meck library
A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library
55 stars
7 watching
7 forks
Language: Elixir
last commit: over 4 years ago
Linked from 1 awesome list
asynchronouselegantelixirexunitmeckmocking
Related projects:
Repository | Description | Stars |
---|---|---|
eproxus/meck | A mocking library for Erlang testing and development | 813 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
sonerdy/double | A tool for creating test doubles that inject fake dependencies into Elixir applications without overriding existing module behavior. | 47 |
microcks/microcks | A tool that turns API assets into live mocks in seconds, enabling testing and compliance. | 1,413 |
easymock/easymock | A Java library for creating mock objects in unit testing | 821 |
ihumanable/patch | A library that provides ergonomic mocking capabilities for Elixir tests | 193 |
jjh42/mock | A library for mocking functions in Elixir tests | 652 |
codeception/aspectmock | A PHP library that enables AOP-based mocking and stubbing of static methods and class methods. | 790 |
erikdoe/ocmock | A tool to create mock objects for Objective-C unit tests | 2,161 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
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 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,345 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 486 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
parroty/excheck | A testing library for Elixir programming language | 316 |