public class FileReporter extends Object
| Constructor and Description | 
|---|
FileReporter(File reportsDirectory,
            String reportNameSuffix)  | 
| Modifier and Type | Method and Description | 
|---|---|
static File | 
getReportFile(File reportsDirectory,
             String reportEntryName,
             String reportNameSuffix,
             String fileExtension)  | 
void | 
testSetCompleted(WrappedReportEntry report,
                TestSetStats testSetStats,
                List<String> testResults)  | 
public static File getReportFile(File reportsDirectory, String reportEntryName, String reportNameSuffix, String fileExtension)
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.