Class JqReporter

    • Constructor Summary

      Constructors 
      Constructor Description
      JqReporter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected java.lang.String generateOutputDirectoryName​(java.lang.String outputDirectory)
      Deprecated.
      Overridable by subclasses to create different directory names (e.g.
      void generateReport​(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
      Deprecated.
      Generate a report for the given suites into the specified output directory.
      • Methods inherited from class java.lang.Object

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

      • JqReporter

        public JqReporter()
        Deprecated.
    • Method Detail

      • generateReport

        public void generateReport​(java.util.List<XmlSuite> xmlSuites,
                                   java.util.List<ISuite> suites,
                                   java.lang.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 java.lang.String generateOutputDirectoryName​(java.lang.String outputDirectory)
        Deprecated.
        Overridable by subclasses to create different directory names (e.g. with timestamps).
        Parameters:
        outputDirectory - the output directory specified by the user