Download List

專案描述

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.

2012-11-13 08:07
0.29

This release adds support for incremental mutation testing, improved Java 7 support, and several bugfixes.

2012-08-15 06:48
0.28

This release adds inlined final block code detection,
a new mutator for switch statements,
detection of Groovy classes,
support for JUnit3 suite methods,
various bugfixes, and memory
footprint and performance improvements.
標籤: Groovy, JUnit 3

2012-05-09 06:28
0.27

This release adds improved HTML reports, adds support for avoid mutating assert statement code, and fixes a number of minor defects.

2012-04-04 09:10
0.26

This release adds an Ant task, a new mutation operation, a fix for hangs caused in some circumstances when the code under test launched new threads, and a number of other small bugfixes and improvements.

2012-01-21 11:07
0.25

This release includes support for TestNG, an important defect fix for incorrect behavior when mutating nested classes, console statistics, and improved handling of the classpath.

Project Resources