MockSourceGenerator
Mock generator
A C# mocking library that generates mocks at compile-time using a source generator
A C# mocking library that generates mocks at compile-time using a source generator
11 stars
2 watching
2 forks
Language: C#
last commit: almost 4 years ago
Linked from 1 awesome list
csharp-sourcegeneratormocking-library
Related projects:
Repository | Description | Stars |
---|---|---|
thomas-girotto/mockgen | A C# mocking library using source generators | 16 |
hamedfathi/mockablestaticgenerator | A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
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 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
throwtheswitch/cmock | Automates the creation of mock interfaces and stubs for unit testing C code | 684 |
naturalintelligence/stubmatic | A tool for generating mock responses to HTTP requests without requiring code | 131 |
vm-001/lua-jsonschema-mocker | A Lua library to generate mock data from JSON Schemas. | 3 |
jeppevammenkristensen/cachesourcegenerator | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
carvalhorr/protoc-gen-mock | A tool that generates mock gRPC services from proto definitions to simplify testing and development workflows. | 47 |
cezarypiatek/grpc-mock-server | A standalone component for mocking GRPC services using WireMock.NET stubbing engine | 32 |
b1z0n/lazyshgen | A source generator that automatically generates lazy implementations at compile time. | 7 |