### 使用方法
A tiny mock server
Tiny mock library for Jasmine
No description provided.
A tiny invariant function
Seamless REST/GraphQL API mocking library for browser and Node.js.
<!-- automd:badges color=yellow -->
Easy and powerful mocking of AWS SDK v3 Clients
Mock a canvas in your jest tests.
Axios adapter that allows to easily mock requests
A tiny warning function
Type safe mocking extensions for jest
A Mock API for AWS Kinesis
Type safe mocking extensions for vitest, forked from jest-mock-extended
fetch mock for jest
A mock store for testing your redux async action creators and middleware
Custom Jest matchers for AWS SDK v3 Client mock
Tiny Casing utils
fetch mock for vitest
This library emulates ioredis by performing all operations in-memory.
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
Mock http requests made using fetch
A lightweight Jest mock for unit testing Express
Mock `window.Date` when run unit test cases with jest. Make tests of `Date` easier.
Perhaps the lightest mocking strategy available.
A mocking library in the spirit of the Bacon spec library. Small, compact, and works with Bacon.
minitest/mock, by Steven Baker, is a beautifully tiny mock (and stub) object framework. The minitest-mock gem is an extraction of minitest/mock.rb from minitest in order to make it easier to maintain independent of minitest.
Port of facon mocking library to rubymotion.
A fast, tiny (82 lines) hybrid mocking library that supports classical and partial mocking. Partial mocking mixes classical mocking with real objects. There's no monkey patching `Object` or copying. Mock objects are isolated leaving real objects completely untainted.
Tiny local server. Useful to mock servers in integration tests.
A tiny mocking framework focused on the Arrange-Act-Assert test pattern. Grasshopper is heavily modeled after Mockito.
Tiny mock-server with simple configuration
MockR is a tiny mock object library inspired by JMock. Main selling points: * Natural and unintrusive syntax * Supports the distinction between mocks and stubs * Constraint-based mechanism for matching call parameters See http://mockr.sanityinc.com/ for more info.
mini/test is a completely minimial drop-in replacement for ruby's test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete spec engine. mini/mock, by Steven Baker, is a beautifully tiny mock object framework.
minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete spec engine. mini/mock, by Steven Baker, is a beautifully tiny mock object framework. (This package was called miniunit once upon a time) -- (this gem as maintained by Matt Lyon contains patches and extensions to minitest/spec that will apparently never make it upstream. Go Open Source!)