typemoq
Mocking library
A mocking library for TypeScript that allows developers to create fake objects and behaviors in their code for testing purposes.
A simple mocking library for TypeScript
428 stars
11 watching
45 forks
Language: TypeScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
ffmathy/fluffyspoon.javascript.testing.faking | A mocking framework for TypeScript that enables fluent mocking of strongly-typed interfaces. | 202 |
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 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
easymock/easymock | A Java library for creating mock objects in unit testing | 821 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
codeception/aspectmock | A PHP library that enables AOP-based mocking and stubbing of static methods and class methods. | 790 |
z4kn4fein/stashbox-mocking | A library that provides automatic mock creation for unit testing integrations with Stashbox. | 2 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
autofac/autofac.extras.moq | Provides an easy-to-use integration between Autofac's IoC container and Moq's unit testing framework for mocking dependencies. | 38 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
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 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |