org.apache.maven.plugin.surefire.report
Class FileReporter

java.lang.Object
  extended by org.apache.maven.plugin.surefire.report.FileReporter

public class FileReporter
extends Object

Base class for file reporters.

Author:
Brett Porter, Kristian Rosenvold

Constructor Summary
FileReporter(File reportsDirectory, String reportNameSuffix)
           
 
Method Summary
static File getReportFile(File reportsDirectory, String reportEntryName, String reportNameSuffix, String fileExtension)
           
 void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReporter

public FileReporter(File reportsDirectory,
                    String reportNameSuffix)
Method Detail

getReportFile

public static File getReportFile(File reportsDirectory,
                                 String reportEntryName,
                                 String reportNameSuffix,
                                 String fileExtension)

testSetCompleted

public void testSetCompleted(WrappedReportEntry report,
                             TestSetStats testSetStats,
                             List<String> testResults)
                      throws ReporterException
Throws:
ReporterException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.