Skip to content

daafith/mutation-testing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mutation Testing Examples

Mutation Testing is a technique that results in a more meaningful metric than code coverage, that is test coverage. It shows whether the existing unit tests would actually catch a bug if it would occur in the corresponding unit under test.

Java

This folder contains a Maven and a Gradle example of Pitest. See my Jenkins sandbox for an example of how Pitest can be used in pipeline as code.

JavaScript

This folder contains an example of Stryker.

Ruby

This folder contains an example of Mutant

PHP

This folder contains an example of Infection

Swift

This folder contains an example of Muter

Next Language

...