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

GitHub

18 stars
5 watching
15 forks
Language: Java
last commit: about 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
squareslab/boggartA tool for testing code changes by introducing random errors and assessing the impact on the code's functionality2
sugakandrey/scalamuAn engine for testing software mutations in Scala code43
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
kaiyuanw/mualloyA tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems.8
yosyshq/mcyAn automated tool to help improve testbench coverage by generating and filtering mutations in digital design post-synthesis netlists77
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
seer-lab/vismanA tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases.4
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
a0rtega/metameGenerates mutated versions of executable files to evade pattern recognition by antivirus software569
stryker-mutator/stryker4sA mutation testing framework for Scala projects.201
boxed/mutmutA mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail.937
agroce/universalmutatorA tool for generating and analyzing mutants in source code across multiple programming languages.139
aliparsai/littledarwinA tool for testing software's robustness to faults and failures18
tjchambers/mutant-musingsSharing learnings on mutation testing with the Mutant gem in Ruby applications13
jordipolo/mutationA tool to test changes in Elixir applications by introducing deliberate faults and verifying the code's ability to recover from them21