metamutator
Mutation generator
A tool that generates testable versions of Java programs by injecting mutations at compile-time.
a mutation testing engine for Java based on mutant schemata / metamutants / metaprogramming
18 stars
5 watching
15 forks
Language: Java
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
sugakandrey/scalamu | An engine for testing software mutations in Scala code | 43 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
kaiyuanw/mualloy | A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 |
yosyshq/mcy | A tool to help improve testbench coverage by generating and filtering mutations in digital circuit designs | 77 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
seer-lab/visman | A tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases. | 4 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
a0rtega/metame | Generates mutated versions of executable files to evade pattern recognition by antivirus software | 569 |
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
agroce/universalmutator | A tool for generating and analyzing mutants in source code across multiple programming languages. | 137 |
aliparsai/littledarwin | A tool for testing software's robustness to faults and failures | 18 |
tjchambers/mutant-musings | Sharing learnings on mutation testing with the Mutant gem in Ruby applications | 13 |
jordipolo/mutation | A tool to test changes in Elixir applications by introducing deliberate faults and verifying the code's ability to recover from them | 21 |