Klasse PitAdapter
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
edu.hm.hafner.analysis.parser.violations.PitAdapter
- Alle implementierten Schnittstellen:
Serializable
Parses PIT results files.
- Autor:
- Ullrich Hafner
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.Von Klasse geerbte Felder edu.hm.hafner.analysis.IssueParser
ADDITIONAL_PROPERTIES, CATEGORY, COLUMN_END, COLUMN_START, DESCRIPTION, FILE_NAME, FINGERPRINT, ID, LINE_END, LINE_RANGE_END, LINE_RANGE_START, LINE_RANGES, LINE_START, MESSAGE, MODULE_NAME, ORIGIN, PACKAGE_NAME, SEVERITY, TYPE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden edu.hm.hafner.analysis.parser.violations.AbstractViolationAdapter
parseVon Klasse geerbte Methoden edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Felddetails
-
TOTAL_MUTATIONS
Report property key to obtain the total number of mutations.- Siehe auch:
-
KILLED_MUTATIONS
Report property key to obtain the number of killed mutations.- Siehe auch:
-
UNCOVERED_MUTATIONS
Report property key to obtain the number of killed mutations.- Siehe auch:
-
SURVIVED_MUTATIONS
Report property key to obtain the number of killed mutations.- Siehe auch:
-
-
Konstruktordetails
-
PitAdapter
public PitAdapter()
-