Class StatisticsReporter
java.lang.Object
org.apache.maven.plugin.surefire.runorder.StatisticsReporter
- Author:
- Kristian Rosenvold
-
Constructor Summary
ConstructorsModifierConstructorDescriptionStatisticsReporter
(File dataFile) protected
StatisticsReporter
(File dataFile, RunEntryStatisticsMap existing, RunEntryStatisticsMap newResults) -
Method Summary
Modifier and TypeMethodDescriptionvoid
testError
(ReportEntry report) void
testFailed
(ReportEntry report) void
void
testSkipped
(ReportEntry report) void
testSucceeded
(ReportEntry report)
-
Constructor Details
-
StatisticsReporter
-
StatisticsReporter
protected StatisticsReporter(File dataFile, RunEntryStatisticsMap existing, RunEntryStatisticsMap newResults)
-
-
Method Details
-
testSetCompleted
public void testSetCompleted() -
testSucceeded
-
testSkipped
-
testError
-
testFailed
-