Registry / testing / pitest-command-line

pitest-command-line

JSON →
library1.23.0javamavenunverified

Command-line tool for running mutation tests with Pitest.

<dependency> <groupId>org.pitest</groupId> <artifactId>pitest-command-line</artifactId> <version>1.23.0</version> </dependency>
INSTALL
IMPORT
SIG · PITEST-COMMAND-LIN
P
pitest-command-line
testingjavav1.23.0
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 Pitest from the command line.

import org.pitest.mutationtest.commandline.MutationCoverageReport; public class Example { public static void main(String[] args) { MutationCoverageReport.main(new String[]{"--help"}); } }
Debug
Known issues
gotchaPitest requires a compiled project and specific classpath configuration.
fix
Ensure your project is compiled and dependencies are on the classpath.
affects: all
Upgrade
Version history
1.23.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pitest-command-line — mvn dependency:get pitest-command-line · libregistry