public abstract class AbstractTestProfile extends Object implements TestProfile
Constructor and Description |
---|
AbstractTestProfile() |
Modifier and Type | Method and Description |
---|---|
protected static long |
getEstimatedCompletionTime(TestDuration duration,
long rate) |
String |
getInspectorName() |
String |
getManagementInterface() |
int |
getTestExecutionNumber()
Get the test execution number
|
void |
incrementTestExecutionNumber()
Increment the test execution number
|
void |
setInspectorName(String inspectorName) |
void |
setManagementInterface(String managementInterface) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, getEstimatedCompletionTime
public int getTestExecutionNumber()
TestProfile
getTestExecutionNumber
in interface TestProfile
public void incrementTestExecutionNumber()
TestProfile
incrementTestExecutionNumber
in interface TestProfile
public String getManagementInterface()
public void setManagementInterface(String managementInterface)
public String getInspectorName()
public void setInspectorName(String inspectorName)
protected static long getEstimatedCompletionTime(TestDuration duration, long rate)
This documentation was released into the public domain.