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
Parses PIT results files.
- Author:
- Ullrich Hafner
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringReport property key to obtain the number of killed mutations.static final StringReport property key to obtain the number of killed mutations.static final StringReport property key to obtain the total number of mutations.static final StringReport property key to obtain the number of killed mutations. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
parseMethods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Field Details
-
TOTAL_MUTATIONS
Report property key to obtain the total number of mutations.- See Also:
-
KILLED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
-
UNCOVERED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
-
SURVIVED_MUTATIONS
Report property key to obtain the number of killed mutations.- See Also:
-
-
Constructor Details
-
PitAdapter
public PitAdapter()
-