Uses of Interface
com.sun.javatest.Parameters.EnvParameters
-
Packages that use Parameters.EnvParameters 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.EnvParameters in com.sun.javatest
Subinterfaces of Parameters.EnvParameters in com.sun.javatest Modifier and Type Interface Description static interfaceParameters.LegacyEnvParametersAn interface providing abstract access to environments, as contained in a set of .jte files, as used by older, legacy test suites.Classes in com.sun.javatest that implement Parameters.EnvParameters Modifier and Type Class Description classFileParametersAn implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.EnvParameters Modifier and Type Method Description Parameters.EnvParametersFileParameters. getEnvParameters()Parameters.EnvParametersParameters. getEnvParameters()Get an object which provides access to the environment of test-suite-specific configuration values to be used when each test is run. -
Uses of Parameters.EnvParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.EnvParameters Modifier and Type Class Description classEnvironmentInterviewThis interview collects the environment parameter, by means of environment (jte) files and an environment name.classSimpleInterviewParametersA simple interview that can be used for simple test suites.Methods in com.sun.javatest.interview that return Parameters.EnvParameters Modifier and Type Method Description Parameters.EnvParametersLegacyParameters. getEnvParameters()Parameters.EnvParametersSimpleInterviewParameters. getEnvParameters()
-