Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 639 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 639 Bytes

PiTest/JUnit compatibility tester

Simplest way to run

./gradlew pitest

To change the version of the junit dependency

./gradlew pitest -PjunitVersion=5.10.0

To change the version of the pitest junit plugin

./gradlew pitest -PpiTestJUnitVersion=1.0.0

To change the version of the pitest gradle plugin

./gradlew pitest -PpiTestPluginVersion=1.9.0

To change the version of the pitest dependency

./gradlew pitest -PpiTestVersion=1.14.1

You can mix and match too

./gradlew pitest -PpiTestPluginVersion=1.9.0 -PpiTestVersion=1.14.1 -PjunitVersion=5.10.0