Interface Parameters.TimeoutFactorParameters

    • 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.
    • 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()