Download List

Project Description

PIT is a fast bytecode based mutation testing system for Java that makes it possible to test the effectiveness of your unit tests. You can think of mutation testing as either as an automated test of your tests or as a much more in-depth form of code coverage. Unlike traditional line and branch coverage tools, PIT does not just confirm that your tests execute your code, it confirms that your tests are actually able to detect faults in it.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-04 10:29
0.19

Support has been added for exclusion of tests greater than a certain distance from a class and preventing mutation of certain methods. Support has been removed for launching mutation reports from JUnit runner. Also includes performance improvements.

2011-04-13 06:35
0.18

This is the first public release of the command line mutation testing tool and Maven plugin.

Project Resources