Interface Parameters.MutableTimeoutFactorParameters
- All Superinterfaces:
Parameters.TimeoutFactorParameters
- All Known Implementing Classes:
BasicParameters, FileParameters, TimeoutFactorInterview
- Enclosing interface:
Parameters
public static interface Parameters.MutableTimeoutFactorParameters
extends Parameters.TimeoutFactorParameters
An interface providing abstract access to an integer
specifying a scale factor for the standard timeout used for each test.
- Since:
- 3.0.2
-
Field Summary
Fields inherited from interface Parameters.TimeoutFactorParameters
MAX_TIMEOUT_FACTOR, MIN_TIMEOUT_FACTOR -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTimeoutFactor(float factor) Set an integer specifying a scale factor to be applied to the standard timeout for the test.Methods inherited from interface Parameters.TimeoutFactorParameters
getTimeoutFactor
-
Method Details
-
setTimeoutFactor
void setTimeoutFactor(float factor) Set an integer specifying a scale factor to be applied to the standard timeout for the test.- Parameters:
factor- an integer specifying a scale factor to be applied to the standard timeout for each test.- See Also:
-