moq
Mocker
A tool that generates mock implementations of interfaces for testing and code generation.
Interface mocking tool for go generate
2k stars
17 watching
126 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
codegengolangmockingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
sinhashubham95/moxy | An application server that allows creating mock endpoints and proxies requests to external services. | 14 |
matryer/is | A testing framework for Go with simple and readable API | 1,782 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,345 |
gojuno/minimock | Generates mocks from Go interface declarations to simplify unit testing | 640 |
percolate/charlatan | Tools to generate mock implementations of interfaces in Go programming language | 203 |
dcramer/mock-django | A simple library for mocking Django's ORM behavior. | 224 |
zeisler/active_mocker | A tool that generates mock implementations of Ruby classes based on their Active Record models. | 508 |
hamedfathi/mockablestaticgenerator | A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
asomers/mockall | A tool for creating mock objects to simplify testing of complex systems | 1,534 |
seborama/govcr | An HTTP mock tool that records and replays interactions for offline testing of Go applications. | 174 |
matryer/gopherize.me | An application that generates a custom image by overlaying images from different categories in a specific order. | 712 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
cjdev2/monad-mock | A Haskell package that provides a monad transformer to mock mtl-style typeclasses in unit tests | 71 |
vincent-pradeilles/automocker | A framework to create easily mockable instances of data types using Swift's type system | 43 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |