flexmock
Mocking library
A flexible mock object library for unit testing Ruby applications
Flexible mocking for Ruby testing
94 stars
9 watching
26 forks
Language: Ruby
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
easymock/easymock | A Java library for creating mock objects in unit testing | 821 |
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 |
iridakos/duckrails | Tool to quickly mock API endpoints with customizable responses and support for dynamic content in Ruby. | 1,721 |
andrzejchm/restmock | An Android instrumentation testing library for mocking REST APIs | 756 |
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 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
jjh42/mock | A library for mocking functions in Elixir tests | 652 |
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
eratio08/vitest-mock-extended | A library that provides type-safe mocking extensions for testing with Vitest. | 166 |
codeception/aspectmock | A PHP library that enables AOP-based mocking and stubbing of static methods and class methods. | 790 |