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 final float
    The highest permitted value for timeout factor.
    static final float
    The lowest permitted value for timeout factor.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    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_FACTOR
      The lowest permitted value for timeout factor.
      See Also:
    • MAX_TIMEOUT_FACTOR

      static final float MAX_TIMEOUT_FACTOR
      The 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: