Class TestRunResults


  • public class TestRunResults
    extends Object
    • Method Detail

      • getId

        public long getId()
      • isFull

        public boolean isFull()
      • getStartedTime

        public long getStartedTime()
      • getCompletedTime

        public long getCompletedTime()
      • getTotalTime

        public long getTotalTime()
      • getPassedCount

        public long getPassedCount()
      • getFailedCount

        public long getFailedCount()
      • getSkippedCount

        public long getSkippedCount()
      • getCurrentPassedCount

        public long getCurrentPassedCount()
      • getCurrentFailedCount

        public long getCurrentFailedCount()
      • getCurrentSkippedCount

        public long getCurrentSkippedCount()
      • getTotalCount

        public long getTotalCount()
      • getCurrentTotalCount

        public long getCurrentTotalCount()