Registry / testing / pitest

pitest

JSON →
library1.23.1javamavenunverified

PIT is a mutation testing system for Java that automatically generates and runs tests to detect weaknesses in test suites.

<dependency> <groupId>org.pitest</groupId> <artifactId>pitest</artifactId> <version>1.23.1</version> </dependency>
INSTALL
IMPORT
SIG · PITEST
P
pitest
testingjavav1.23.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MutationCoverageReport
org.pitest.mutationtest.commandline.MutationCoverageReport

Run PIT mutation testing from the command line programmatically.

import org.pitest.mutationtest.commandline.MutationCoverageReport; public class Example { public static void main(String[] args) { MutationCoverageReport.main(new String[]{"--reportDir", "target/pit-reports", "--targetClasses", "com.example.*"}); System.out.println("Mutation testing started."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.23.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pitest — mvn dependency:get pitest · libregistry