rhum
Test double library
A test double library for writing robust unit tests by creating mock objects and stubs
A test double library
92 stars
6 watching
5 forks
Language: TypeScript
last commit: 6 months ago
Linked from 1 awesome list
denonodetesting
Related projects:
Repository | Description | Stars |
---|---|---|
greenpowermonitor/test-doubles | A Clojure library for creating test doubles (spies and stubs) to isolate dependencies in unit tests. | 36 |
jyapayne/einheit | A Nim unit test library with macro-based configuration and support for setup, teardown, and test methods. | 48 |
rr/rr | A test double framework with various techniques and a concise syntax | 321 |
rafael-santiago/cutest | A C library for writing unit tests. | 18 |
40ants/cl-hamcrest | A Common Lisp library that simplifies and makes more readable unit tests using Hamcrest assertions | 18 |
jostly/specd | A library for writing unit tests as specifications in D. | 26 |
norman/telescope | A test library for Lua that supports declarative testing with nested contexts and code coverage reports. | 161 |
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 |
tdrhq/fiveam-matchers | An extensible matcher library for testing, inspired by Java's Hamcrest. | 8 |
43081j/hanbi | A small JavaScript library for creating spies and stubs to isolate dependencies in unit tests. | 59 |
gfredericks/test.chuck | A utility library for test.check with features for scaling test runs and generating random data. | 216 |
duluca/angular-unit-test-helper | A library that provides helper functions to write unit tests in Angular using mocks and spies | 6 |
juliendelplanque/drtests | An UI extension for testing Smalltalk projects | 7 |
anthonylloyd/cscheck | A C# random testing library with generators and shrinkers for property-based testing of .NET code. | 163 |
denysdovhan/robbyrussell-node | A JavaScript library for building cross-shell prompts with modular architecture and asynchronous checks | 167 |