Class FileReporter
java.lang.Object
org.apache.maven.plugin.surefire.report.FileReporter
Base class for file reporters.
- Author:
- Brett Porter, Kristian Rosenvold
-
Constructor Summary
ConstructorsConstructorDescriptionFileReporter
(File reportsDirectory, String reportNameSuffix, Charset encoding) -
Method Summary
Modifier and TypeMethodDescriptionvoid
testSetCompleted
(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
-
Constructor Details
-
FileReporter
-
-
Method Details
-
testSetCompleted
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
-