scalamu
Mutation tester
An engine for testing software mutations in Scala code
Mutation testing for Scala
43 stars
9 watching
2 forks
Language: Scala
last commit: about 7 years ago
Linked from 1 awesome list
compiler-pluginmutation-testingscala
Related projects:
Repository | Description | Stars |
---|---|---|
| A mutation testing framework for Scala projects. | 201 |
| An introduction to using mutation testing to validate unit tests in software development | 23 |
| A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
| Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
| A 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 |
| Automated mutation testing tool for Swift | 503 |
| A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
| A mutation testing tool for C++ projects to detect programming errors | 173 |
| Automated unit test generation and mutation testing tool using Large Language Models. | 252 |
| A testing toolkit for writing and running tests for Scala and Java software | 1,155 |
| An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
| An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. | 255 |
| A quick hack for unit testing Scala Native applications | 1 |
| A tool that tests software quality by randomly changing code to see if tests can catch the changes | 66 |
| A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |