pose
Method replacer
A tool that allows developers to replace .NET methods with delegates at runtime, isolating code for testing and mocking purposes.
Replace any .NET method (including static and non-virtual) with a delegate
1k stars
50 watching
74 forks
Language: C#
last commit: over 2 years ago
Linked from 2 awesome lists
csharpdotnetdotnet-coreisolation-frameworkmockingtestingtesting-framework
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# library that provides a GNU-Readline-like interface to console input and output for .NET applications. | 810 |
| A tool to help refactor poorly understood code in Ruby by introducing clear entry points and minimizing side effects. | 1,410 |
| A set of C++ functions mimicking Python string class methods using std::string. | 969 |
| Extends .NET Framework and .NET Core with reusable code snippets | 1,601 |
| An interactive search and replace tool for refactoring code without anxiety. | 17 |
| A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 152 |
| A benchmarking infrastructure tool for .NET applications | 1,004 |
| Tool to quickly mock API endpoints with customizable responses and support for dynamic content in Ruby. | 1,720 |
| Enforces architectural rules in .Net codebases to promote consistent design and maintainability | 1,424 |
| Generates extension methods for immutable data types in .NET. | 41 |
| A tool for managing Verify snapshots and accepting/rejecting pending changes | 36 |
| A codemod that replaces Ember.on with its equivalent JavaScript method calls | 0 |
| Tools for tracing and analyzing .NET function calls and argument dumps to aid in reverse engineering malware. | 5 |
| A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API | 1,639 |
| An auto-generation tool for adding clone methods to classes in C# | 73 |