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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run PIT mutation testing from the command line programmatically.
No known issues recorded.
No dependency data recorded yet.