CMock
Mock generator
Automates the creation of mock interfaces and stubs for unit testing C code
CMock - Mock/stub generator for C
684 stars
52 watching
276 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
erikdoe/ocmock | A tool to create mock objects for Objective-C unit tests | 2,161 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
percolate/charlatan | Tools to generate mock implementations of interfaces in Go programming language | 203 |
hamedfathi/mockablestaticgenerator | A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
itmaga/zodock | Generates mock data based on Zod schemas for testing and API purposes | 13 |
brightify/cuckoo | A tool for creating mocks of Swift objects without boilerplate code. | 1,672 |
naturalintelligence/stubmatic | A tool for generating mock responses to HTTP requests without requiring code | 131 |
libcheck/check | A unit testing framework for C. | 1,077 |
dipasqualew/zod-mocking | Generates mock data from Zod models for testing purposes | 37 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
pmunch/futhark | A tool that automates the process of wrapping C headers in Nim, allowing users to import and use C libraries directly in their code without manual intervention. | 393 |
help-me-mom/ng-mocks-sandbox | A resource for learning and practicing unit testing with ng-mocks in Angular applications | 5 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
jonreid/ocmockito | An Objective-C framework for creating mock objects to test and verify application behavior | 991 |
cezarypiatek/grpc-mock-server | A standalone component for mocking GRPC services using WireMock.NET stubbing engine | 32 |