Uses of Interface
com.sun.javatest.Parameters.ConcurrencyParameters
-
Packages that use Parameters.ConcurrencyParameters 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.ConcurrencyParameters in com.sun.javatest
Subinterfaces of Parameters.ConcurrencyParameters in com.sun.javatest Modifier and Type Interface Description static interfaceParameters.MutableConcurrencyParametersAn interface providing abstract access to an integer specifying the maximum number of tests that can be run in parallel.Classes in com.sun.javatest that implement Parameters.ConcurrencyParameters Modifier and Type Class Description classBasicParametersA basic implementation of Parameters for all except the EnvParameters subsection.classFileParametersAn implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.ConcurrencyParameters Modifier and Type Method Description Parameters.ConcurrencyParametersBasicParameters. getConcurrencyParameters()Parameters.ConcurrencyParametersParameters. getConcurrencyParameters()Get an object which provides access to the integer specifying the maximum number of tests that may be run in parallel. -
Uses of Parameters.ConcurrencyParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.ConcurrencyParameters Modifier and Type Class Description classConcurrencyInterviewThis interview collects the concurrency parameter.Methods in com.sun.javatest.interview that return Parameters.ConcurrencyParameters Modifier and Type Method Description Parameters.ConcurrencyParametersBasicInterviewParameters. getConcurrencyParameters()
-