Package com.sun.javatest
Interface Parameters.TimeoutFactorParameters
-
- All Known Subinterfaces:
Parameters.MutableTimeoutFactorParameters
- All Known Implementing Classes:
BasicParameters
,FileParameters
,TimeoutFactorInterview
- Enclosing interface:
- Parameters
public static interface Parameters.TimeoutFactorParameters
An interface providing basic abstract access to an integer specifying a scale factor for the standard timeout used for each test.
-
-
Field Summary
Fields Modifier and Type Field Description static float
MAX_TIMEOUT_FACTOR
The highest permitted value for timeout factor.static float
MIN_TIMEOUT_FACTOR
The lowest permitted value for timeout factor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getTimeoutFactor()
Get an integer specifying a scale factor to be applied to the standard timeout for the test.
-
-
-
Field Detail
-
MIN_TIMEOUT_FACTOR
static final float MIN_TIMEOUT_FACTOR
The lowest permitted value for timeout factor.- See Also:
- Constant Field Values
-
MAX_TIMEOUT_FACTOR
static final float MAX_TIMEOUT_FACTOR
The highest permitted value for timeout factor.- See Also:
- Constant Field Values
-
-
Method Detail
-
getTimeoutFactor
float getTimeoutFactor()
Get an integer specifying a scale factor to be applied to the standard timeout for the test.- Returns:
- an integer specifying a scale factor to be applied to the standard timeout for each test.
- See Also:
Parameters.getTimeoutFactor()
-
-