Class TestSuiteReport

    • Constructor Detail

      • TestSuiteReport

        public TestSuiteReport()
    • Method Detail

      • addTest

        public void addTest​(TestReport test)
      • getTestCases

        public List getTestCases()
      • putProperty

        public void putProperty​(String key,
                                String value)
      • getProperties

        public Map getProperties()
      • getSystemError

        public String getSystemError()
      • setSystemError

        public void setSystemError​(String systemError)
      • getSystemOutput

        public String getSystemOutput()
      • setSystemOutput

        public void setSystemOutput​(String systemOutput)
      • getErrorsCount

        public int getErrorsCount()
      • getFailuresCount

        public int getFailuresCount()
      • getTotalErrorsCount

        public int getTotalErrorsCount()
      • getTotalFailuresCount

        public int getTotalFailuresCount()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getTotalTestsCount

        public int getTotalTestsCount()
      • getTestsCount

        public int getTestsCount()
      • getTime

        public long getTime()
      • getCurrentTest

        public TestReport getCurrentTest()