Class FileReporter


  • public class FileReporter
    extends org.apache.maven.surefire.extensions.StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,​TestSetStats>
    Base class for file reporters.
    Author:
    Brett Porter, Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      FileReporter​(java.io.File reportsDirectory, java.lang.String reportNameSuffix, java.nio.charset.Charset encoding, boolean usePhrasedFileName, boolean usePhrasedClassNameInRunning, boolean usePhrasedClassNameInTestCaseSummary)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testSetCompleted​(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)  
      • Methods inherited from class org.apache.maven.surefire.extensions.StatelessTestsetInfoFileReportEventListener

        getEncoding, getReportNameSuffix, getReportsDirectory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileReporter

        public FileReporter​(java.io.File reportsDirectory,
                            java.lang.String reportNameSuffix,
                            java.nio.charset.Charset encoding,
                            boolean usePhrasedFileName,
                            boolean usePhrasedClassNameInRunning,
                            boolean usePhrasedClassNameInTestCaseSummary)
    • Method Detail

      • testSetCompleted

        public void testSetCompleted​(WrappedReportEntry report,
                                     TestSetStats testSetStats,
                                     java.util.List<java.lang.String> testResults)
        Specified by:
        testSetCompleted in class org.apache.maven.surefire.extensions.StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,​TestSetStats>