Class PitAdapter
- java.lang.Object
-
- edu.hm.hafner.analysis.IssueParser
-
- edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
-
- edu.hm.hafner.analysis.parser.violations.PitAdapter
-
- All Implemented Interfaces:
Serializable
public class PitAdapter extends AbstractViolationAdapter
Parses PIT results files.- Author:
- Ullrich Hafner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringKILLED_MUTATIONSReport property key to obtain the number of killed mutations.static StringSURVIVED_MUTATIONSReport property key to obtain the number of killed mutations.static StringTOTAL_MUTATIONSReport property key to obtain the total number of mutations.static StringUNCOVERED_MUTATIONSReport property key to obtain the number of killed mutations.
-
Constructor Summary
Constructors Constructor Description PitAdapter()
-
Method Summary
-
Methods inherited from class edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
parse
-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
-
-
-
Field Detail
-
TOTAL_MUTATIONS
public static final String TOTAL_MUTATIONS
Report property key to obtain the total number of mutations.- See Also:
- Constant Field Values
-
KILLED_MUTATIONS
public static final String KILLED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
- Constant Field Values
-
UNCOVERED_MUTATIONS
public static final String UNCOVERED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
- Constant Field Values
-
SURVIVED_MUTATIONS
public static final String SURVIVED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
- Constant Field Values
-
-