Class TestProgress
java.lang.Object
org.jenkinsci.plugins.junitrealtimetestreporter.TestProgress
-
Constructor Summary
ConstructorsConstructorDescriptionTestProgress
(int expectedTests, float expectedTime, hudson.tasks.junit.TestResult result) -
Method Summary
Modifier and TypeMethodDescriptionint
int
float
int
int
float
int
int
-
Constructor Details
-
TestProgress
public TestProgress(int expectedTests, float expectedTime, hudson.tasks.junit.TestResult result)
-
-
Method Details
-
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()
-