Class JqReporter

    • Constructor Detail

      • JqReporter

        public JqReporter()
        Deprecated.
    • Method Detail

      • generateReport

        public void generateReport​(List<XmlSuite> xmlSuites,
                                   List<ISuite> suites,
                                   String outputDirectory)
        Deprecated.
        Description copied from interface: IReporter
        Generate a report for the given suites into the specified output directory.
        Specified by:
        generateReport in interface IReporter
      • generateOutputDirectoryName

        protected String generateOutputDirectoryName​(String outputDirectory)
        Deprecated.
        Overridable by subclasses to create different directory names (e.g. with timestamps).
        Parameters:
        outputDirectory - the output directory specified by the user