mutate_cpp
Mutation tester
A mutation testing tool for C++ projects to detect programming errors
C++ Mutation Test Environment
172 stars
17 watching
22 forks
Language: CSS
last commit: 5 months ago
Linked from 2 awesome lists
c-plus-plusmutation-testing
Related projects:
Repository | Description | Stars |
---|---|---|
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
hanneskaeufler/crytic | A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
aliparsai/littledarwin | A tool for testing software's robustness to faults and failures | 18 |
thierry-tct/mart | A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 65 |
mull-project/mull | A tool for detecting faults in C and C++ code by introducing deliberate errors | 740 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
testingresearchillinois/srciror | A mutation tool for testing source code and intermediate representation (IR) written in C/C++ | 13 |
josuemolinamorales/mutant-kraken | A mutation testing tool designed to verify the robustness and reliability of Kotlin code by introducing random changes. | 25 |
pharo-contributions/mutalk | A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness. | 21 |