Class TestProgress


  • public class TestProgress
    extends Object
    • Constructor Detail

      • TestProgress

        public TestProgress​(int expectedTests,
                            float expectedTime,
                            hudson.tasks.junit.TestResult result)
    • Method Detail

      • getEstimatedRemainingTime

        public String getEstimatedRemainingTime()
      • getCompletedTestsPercentage

        public int getCompletedTestsPercentage()
      • getTestsLeftPercentage

        public int getTestsLeftPercentage()
      • getCompletedTimePercentage

        public int getCompletedTimePercentage()
      • getTimeLeftPercentage

        public int getTimeLeftPercentage()
      • getCompletedTests

        public int getCompletedTests()
      • getExpectedTests

        public int getExpectedTests()
      • getCompletedTime

        public float getCompletedTime()
      • getExpectedTime

        public float getExpectedTime()