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
FieldsModifier and TypeFieldDescriptionstatic final float
The highest permitted value for timeout factor.static final float
The lowest permitted value for timeout factor. -
Method Summary
Modifier and TypeMethodDescriptionfloat
Get an integer specifying a scale factor to be applied to the standard timeout for the test.
-
Field Details
-
MIN_TIMEOUT_FACTOR
static final float MIN_TIMEOUT_FACTORThe lowest permitted value for timeout factor.- See Also:
-
MAX_TIMEOUT_FACTOR
static final float MAX_TIMEOUT_FACTORThe highest permitted value for timeout factor.- See Also:
-
-
Method Details
-
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:
-