FluffySpoon.JavaScript.Testing.Faking
Mocking framework
A mocking framework for TypeScript that enables fluent mocking of strongly-typed interfaces.
An NSubstitute port to TypeScript called substitute.js.
202 stars
6 watching
22 forks
Language: TypeScript
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
florinn/typemoq | A mocking library for TypeScript that allows developers to create fake objects and behaviors in their code for testing purposes. | 428 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
tpounds/mockitopp | A C++ mocking framework inspired by Mockito, providing a simple and lightweight way to mock dependencies in unit testing. | 77 |
eranpeer/fakeit | A C++ mocking framework for testing and development | 1,255 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
dionisiydk/mocketry | A framework for creating mock objects and stubbing messages in Smalltalk programming language. | 18 |
phake/phake | A PHP framework for creating mock objects and test doubles to simplify testing of code | 479 |
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
meekrosoft/fff | A testing framework for creating fake functions in C to simplify test development | 787 |
dascandy/hippomocks | A single-header mocking framework allowing developers to isolate dependencies and test their code in isolation | 195 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
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 |