Class TcLogInfo

    • Constructor Detail

      • TcLogInfo

        public TcLogInfo​(long startTime,
                         long stopTime,
                         int testCount,
                         int errorCount,
                         int warningCount)
    • Method Detail

      • getStartTime

        @Exported(name="timestamp")
        public long getStartTime()
      • getStopTime

        public long getStopTime()
      • getTestDuration

        @Exported(name="duration")
        public long getTestDuration()
      • getTestCount

        public int getTestCount()
      • getErrorCount

        @Exported(name="errors")
        public int getErrorCount()
      • getWarningCount

        @Exported(name="warnings")
        public int getWarningCount()
      • formatStartTime

        public String formatStartTime()
      • formatStopTime

        public String formatStopTime()
      • formatTestDuration

        public String formatTestDuration()
      • getXML

        public String getXML()
      • setXML

        public void setXML​(String XML)