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-12-05 01:51 Back to release list
0.24

This release includes support for JMockit, making PIT the only mutation testing system known to be compatible with all the major mocking frameworks (Mockito, EasyMock, JMock, PowerMock, and JMockit).
Also included are an improved inline consts mutation operator, a fix for defect 11 (source files in the package default were not properly shown in the report), and the option to output mutation results in XML or CSV format.

Project Resources