AutoMocker
Mocker
A framework to create easily mockable instances of data types using Swift's type system
AutoMocker is a Swift framework that leverages the type system to let you easily create mocked instances of your data types.
43 stars
3 watching
3 forks
Language: Swift
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brightify/cuckoo | A tool for creating mocks of Swift objects without boilerplate code. | 1,672 |
zeisler/active_mocker | A tool that generates mock implementations of Ruby classes based on their Active Record models. | 508 |
vincent-pradeilles/weakable-self | Helps avoid memory leaks by providing a way to safely capture weak references to the object calling a closure | 78 |
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 1,995 |
wetransfer/mocker | An iOS library that allows you to mock data requests from frameworks like Alamofire and URLSession without modifying the original code. | 1,126 |
asomers/mockall | A tool for creating mock objects to simplify testing of complex systems | 1,534 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
sinhashubham95/moxy | An application server that allows creating mock endpoints and proxies requests to external services. | 14 |
leoture/mockswift | A library that allows you to write mocks and make better tests with Swift | 90 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,345 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
autofac/autofac.extras.fakeiteasy | A library that provides an auto-mocking integration for the Inversion of Control (IoC) container Autofac. | 7 |
johndatserakis/vue-mock-layout | A utility for creating mock layouts in Vue applications | 7 |
soc221b/zod-schema-faker | A tool for generating mock data from Zod schemas. | 15 |
dcramer/mock-django | A simple library for mocking Django's ORM behavior. | 224 |