Uses of Class
org.apache.maven.plugin.surefire.report.FileReporter
-
Packages that use FileReporter Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.report -
-
Uses of FileReporter in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return FileReporter Modifier and Type Method Description FileReporter
StartupReportConfiguration. instantiateFileReporter(java.lang.Integer forkNumber)
-
Uses of FileReporter in org.apache.maven.plugin.surefire.report
Subclasses of FileReporter in org.apache.maven.plugin.surefire.report Modifier and Type Class Description (package private) class
NullFileReporter
FileReporter doing nothing rather than using null.Fields in org.apache.maven.plugin.surefire.report declared as FileReporter Modifier and Type Field Description private FileReporter
TestSetRunListener. fileReporter
Methods in org.apache.maven.plugin.surefire.report that return FileReporter Modifier and Type Method Description private FileReporter
DefaultReporterFactory. createFileReporter()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type FileReporter Constructor Description TestSetRunListener(ConsoleReporter consoleReporter, FileReporter fileReporter, StatelessXmlReporter simpleXMLReporter, TestcycleConsoleOutputReceiver consoleOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)
-