Package com.sun.javatest
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.
-
-
Field Summary
-
Fields inherited from interface com.sun.javatest.Parameters.TimeoutFactorParameters
MAX_TIMEOUT_FACTOR, MIN_TIMEOUT_FACTOR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTimeoutFactor(float factor)
Set an integer specifying a scale factor to be applied to the standard timeout for the test.-
Methods inherited from interface com.sun.javatest.Parameters.TimeoutFactorParameters
getTimeoutFactor
-
-
-
-
Method Detail
-
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:
Parameters.TimeoutFactorParameters.getTimeoutFactor()
-
-