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

이 릴리스 증분 돌연변이 시험에 대 한 지원, 향상 된 자바 7 지원 및 여러 버그 수정 추가합니다.
This release adds support for incremental mutation testing, improved Java 7 support, and several bugfixes.

2012-08-15 06:48
0.28

이 릴리스는 인라인된 마지막 블록 코드 감지, 스위치 문에 대 한 새로운 변경자, 그루비 클래스, JUnit3 스위트 방법에 대 한 지원, 다양 한 버그 수정 및 메모리 발자국과 성능 향상의 탐지를 추가합니다.
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

이 릴리스의 향상 된 HTML 보고서를 추가, 추가 지원에 대 한 변경 방지 문 코드를 주장 하 고 다양 한 작은 결함을 해결 합니다.
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

이 릴리스는 Ant 작업, 새로운 돌연변이 작업, 테스트 대상 코드 시작 새 스레드 및 다양 한 다른 작은 버그 수정 및 개선 될 때 경우에 따라서는 발생 중단에 대 한 수정 프로그램을 추가 합니다.
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

이 릴리스 TestNG, 중첩된 클래스, 콘솔 통계, 돌연변이 때 잘못 된 동작에 대 한 중요 한 결함 수정에 대 한 지원을 포함 하 고 향상 된 클래스 경로 처리 합니다.
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