Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version fügt Unterstützung für die Prüfung der inkrementelle Mutation, verbesserte Unterstützung für Java 7 und diverse Bugfixes.
This release adds support for incremental mutation testing, improved Java 7 support, and several bugfixes.

2012-08-15 06:48
0.28

Dieses Release bringt Inline letzte Block Code Erkennung, neue Mutator für Switch-Anweisungen, Erkennung von Groovy Klassen, Unterstützung für die JUnit3 Suite, verschiedene Bugfixes und Speicher Fußabdruck und Leistungsverbesserungen.
Tags: Groovy, JUnit 3
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.

2012-05-09 06:28
0.27

Diese Version fügt Verbesserte HTML-Berichte, fügt Unterstützung für vermeiden mutierende assert-Anweisung Code, und behebt eine Reihe von geringfügigen Mängeln.
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

Dieses Release bringt eine Ant-Task, eine neue Mutation-Operation, eine Verlegenheit für hängt unter Umständen verursacht werden, wenn der zu testenden Code neue Threads und etliche weitere kleine Bugfixes und Verbesserungen ins Leben gerufen.
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

Diese Version bietet Unterstützung für TestNG, eine wichtige Fehler-Fix für fehlerhaftes Verhalten Wenn geschachtelte Klassen, Konsole Statistiken, mutierende und verbesserte Verarbeitung über den Classpath.
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