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.
  • Method Details

    • 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: