Mocker
Mocking library
An iOS library that allows you to mock data requests from frameworks like Alamofire and URLSession without modifying the original code.
Mock Alamofire and URLSession requests without touching your code implementation
1k stars
19 watching
97 forks
Language: Swift
last commit: 2 months ago
Linked from 1 awesome list
wt-branch-protection-exemptwt-branch-protection-two-approvals
Related projects:
Repository | Description | Stars |
---|---|---|
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
waterlink/mocks.cr | A general-purpose mocking library for Crystal | 54 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 486 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
devlucky/kakapo | A tool for dynamically mocking server behaviors and responses in Swift applications. | 759 |
timbellay/mondrian | A tool for quickly creating iOS app mockups using Swift and Xcode Playgrounds | 4 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,060 |
brightify/cuckoo | A tool for creating mocks of Swift objects without boilerplate code. | 1,672 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
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 |