Uses of Interface
com.sun.javatest.Parameters.TimeoutFactorParameters
-
Packages that use Parameters.TimeoutFactorParameters Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.interview This package provides a configuration interview for legacy test suites which do not provide their own interview, and also provides sub-interviews which may be used to build a custom interview with standard questions for the standard sections. -
-
Uses of Parameters.TimeoutFactorParameters in com.sun.javatest
Subinterfaces of Parameters.TimeoutFactorParameters in com.sun.javatest Modifier and Type Interface Description static interface
Parameters.MutableTimeoutFactorParameters
An interface providing abstract access to an integer specifying a scale factor for the standard timeout used for each test.Classes in com.sun.javatest that implement Parameters.TimeoutFactorParameters Modifier and Type Class Description class
BasicParameters
A basic implementation of Parameters for all except the EnvParameters subsection.class
FileParameters
An implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.TimeoutFactorParameters Modifier and Type Method Description Parameters.TimeoutFactorParameters
BasicParameters. getTimeoutFactorParameters()
Parameters.TimeoutFactorParameters
Parameters. getTimeoutFactorParameters()
Get an object which provides access to the integer specifying a scale factor to be applied to the standard timeout for the test. -
Uses of Parameters.TimeoutFactorParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.TimeoutFactorParameters Modifier and Type Class Description class
TimeoutFactorInterview
This interview collects the timeout factor parameter.Methods in com.sun.javatest.interview that return Parameters.TimeoutFactorParameters Modifier and Type Method Description Parameters.TimeoutFactorParameters
BasicInterviewParameters. getTimeoutFactorParameters()
-