MockableStaticGenerator
Mock generator
A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#.
A C# source generator to make an interface and a class wrapper to test static and extension methods.
14 stars
3 watching
1 forks
Language: C#
last commit: about 2 years ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratorcsharp9dotnetmockmockingsourcegeneratortesttesting
Related projects:
Repository | Description | Stars |
---|---|---|
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
carvalhorr/protoc-gen-mock | A tool that generates mock gRPC services from proto definitions to simplify testing and development workflows. | 47 |
naturalintelligence/stubmatic | A tool for generating mock responses to HTTP requests without requiring code | 131 |
stefh/proxyinterfacesourcegenerator | A tool that generates interfaces and proxy classes to facilitate mocking and dependency injection of external classes without interfaces | 39 |
soc221b/zod-schema-faker | A tool for generating mock data from Zod schemas. | 15 |
throwtheswitch/cmock | Automates the creation of mock interfaces and stubs for unit testing C code | 684 |
itmaga/zodock | Generates mock data based on Zod schemas for testing and API purposes | 13 |
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 1,995 |
danibram/mocker-data-generator | Generates fake data based on predefined schemas and random data generators | 429 |
unclecheese/silverstripe-mock-dataobjects | A module providing intelligent content generation and mock data functionality for DataObjects in a PHP-based content management system. | 18 |
guilhermecaruso/mooncake | A tool for generating mocks to simplify development and testing of software interfaces | 18 |
devteam/immutype | Generates extension methods for immutable data types in .NET. | 41 |
vm-001/lua-jsonschema-mocker | A Lua library to generate mock data from JSON Schemas. | 3 |