Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 871 Bytes

File metadata and controls

20 lines (14 loc) · 871 Bytes

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

...