Class JUnitReportReporter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generateReport​(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String defaultOutputDirectory)
      Generate a report for the given suites into the specified output directory.
      protected java.lang.String getFileName​(java.lang.Class cls)  
      protected java.lang.String getTestName​(ITestResult tr)  
      • Methods inherited from class java.lang.Object

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

      • JUnitReportReporter

        public JUnitReportReporter()
    • Method Detail

      • generateReport

        public void generateReport​(java.util.List<XmlSuite> xmlSuites,
                                   java.util.List<ISuite> suites,
                                   java.lang.String defaultOutputDirectory)
        Description copied from interface: IReporter
        Generate a report for the given suites into the specified output directory.
        Specified by:
        generateReport in interface IReporter
        Parameters:
        xmlSuites - The list of XmlSuite
        suites - The list of ISuite
        defaultOutputDirectory - The output directory
      • getFileName

        protected java.lang.String getFileName​(java.lang.Class cls)
      • getTestName

        protected java.lang.String getTestName​(ITestResult tr)