public interface TestProfile
Modifier and Type | Method and Description |
---|---|
void |
apply(Maestro maestro)
Apply a test profile using a maestro instance
|
long |
getEstimatedCompletionTime()
Gets an estimate of how much time it will take to complete the test execution
|
int |
getTestExecutionNumber()
Get the test execution number
|
void |
incrementTestExecutionNumber()
Increment the test execution number
|
long getEstimatedCompletionTime()
int getTestExecutionNumber()
void incrementTestExecutionNumber()
void apply(Maestro maestro)
maestro
- the maestro instance to apply the profile toThis documentation was released into the public domain.