public interface TestProfile
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Maestro maestro,
DistributionStrategy distributionStrategy)
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
|
void |
setTestEndpointResolver(TestEndpointResolver endPointResolver)
Sets the test endpoint resolver
|
long getEstimatedCompletionTime()
int getTestExecutionNumber()
void incrementTestExecutionNumber()
void setTestEndpointResolver(TestEndpointResolver endPointResolver)
endPointResolver - void apply(Maestro maestro, DistributionStrategy distributionStrategy)
maestro - the maestro instance to apply the profile todistributionStrategy - the peer distribution strategyThis documentation was released into the public domain.