public interface CompletionEstimator
| Modifier and Type | Method and Description |
|---|---|
double |
getCompletion()
Get the latest test completion estimate
|
long |
getResultsFail() |
long |
getResultsSuccess() |
boolean |
isCompleted()
Shortcut method to determine if the test run has completed or not.
|
boolean |
isStarted()
Shortcut method to determine if the test run has started or not
If it has not started, the
completion value will be 0.0 |
double getCompletion()
boolean isStarted()
completion value will be 0.0boolean isCompleted()
completion value will be 1.0long getResultsSuccess()
long getResultsFail()
Copyright © 2005–2018 Alfresco Software. All rights reserved.