java.lang.Object
org.jenkinsci.plugins.junitrealtimetestreporter.TestProgress

public class TestProgress extends Object
  • Constructor Details

    • TestProgress

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

    • 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()