public interface TestDuration
Modifier and Type | Interface and Description |
---|---|
static interface |
TestDuration.TestProgress |
Modifier and Type | Method and Description |
---|---|
boolean |
canContinue(TestDuration.TestProgress progress)
Whether the test can continue based on the current test's progress
|
String |
durationTypeName()
Gets the type name for the duration (ie.: "time", "count", etc).
|
TestDuration |
getCoolDownDuration()
Get the cool down duration
|
long |
getNumericDuration()
Get the numeric time duration
|
TestDuration |
getWarmUpDuration()
Get the warm up duration
|
long getNumericDuration()
TestDuration getWarmUpDuration()
TestDuration getCoolDownDuration()
boolean canContinue(TestDuration.TestProgress progress)
progress
- current progressesString durationTypeName()
This documentation was released into the public domain.