Faultify
Error injector
A tool to introduce controlled errors into .NET test projects to help identify error-prone code.
Byte Code Dotnet Mutation Utility
18 stars
4 watching
3 forks
Language: C#
last commit: almost 3 years ago
Linked from 1 awesome list
bytebytecodemutation-coveragemutation-testmutation-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
mrwilson/byte-monkey | A tool that injects faults into JVM applications to test failure scenarios | 225 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 600 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
stryker-mutator/stryker-net | A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness | 1,782 |
testura/testura.mutation | A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
fody/propertychanged | Injects INotifyPropertyChanged event raising code into property setters at compile time | 1,892 |
mull-project/mull | A tool for detecting faults in C and C++ code by introducing deliberate errors | 740 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
jstepien/mutant | A tool that helps ensure Clojure code is robust by introducing artificial defects and testing its reliability | 102 |
gunnargrosch/failure-lambda | A tool that injects intentional errors into AWS Lambda functions to test their fault tolerance and resilience. | 94 |
pingcap/failpoint | An implementation of code injection points to introduce errors in user-controlled manner | 820 |
restify/errors | A collection of HTTP and REST Error constructors | 144 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |