Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Testify | 19,278 | 14,688 | 50,330 | 2 days ago | 38 | June 29, 2022 | 416 | mit | Go | |
A toolkit with common assertions and mocks that plays nicely with the standard library | ||||||||||
Mockito | 13,815 | 38,950 | 11,866 | a day ago | 332 | September 07, 2022 | 331 | mit | Java | |
Most popular Mocking framework for unit tests written in Java | ||||||||||
Msw | 11,903 | 718 | 6 days ago | 143 | September 15, 2022 | 73 | mit | TypeScript | ||
Seamless REST/GraphQL API mocking library for browser and Node.js. | ||||||||||
Mockery | 10,379 | 112,379 | 18,262 | 7 days ago | 36 | September 07, 2022 | 117 | other | PHP | |
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). | ||||||||||
Mock | 8,558 | 4,533 | 5,841 | a month ago | 55 | May 12, 2022 | 80 | apache-2.0 | Go | |
GoMock is a mocking framework for the Go programming language. | ||||||||||
Go Sqlmock | 5,030 | 991 | a month ago | 21 | June 28, 2020 | 70 | other | Go | ||
Sql mock driver for golang to test database interactions | ||||||||||
Mockk | 4,887 | 13 days ago | 219 | apache-2.0 | Kotlin | |||||
mocking library for Kotlin | ||||||||||
Ohhttpstubs | 4,767 | 1,238 | 2 years ago | 60 | December 02, 2020 | 43 | other | Objective-C | ||
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers! | ||||||||||
Mockoon | 4,625 | 3 | 6 days ago | 39 | August 01, 2022 | 73 | mit | TypeScript | ||
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source. | ||||||||||
Mockery | 4,472 | 139 | 8 days ago | 69 | June 30, 2022 | 72 | bsd-3-clause | Go | ||
A mock code autogenerator for Golang |
Collection of usage examples of Mock Service Worker library.
Usage examples have a consistent README structure, so it's easier to comprehend and cross-reference them.
Each example always has the following sections:
Complete examples showcase Mock Service Worker integration on all levels: for development, unit, and E2E tests.
Scoped examples illustrate the usage of Mock Service Worker with particular libraries or frameworks.