Package com.sun.javatest
Interface Parameters.EnvParameters
-
- All Known Subinterfaces:
Parameters.LegacyEnvParameters
- All Known Implementing Classes:
EnvironmentInterview
,FileParameters
,SimpleInterviewParameters
- Enclosing interface:
- Parameters
public static interface Parameters.EnvParameters
An interface providing basic abstract access to the environment used to run each test. This interface will typically be subtyped by individual test suites, to collect the necessary values for the environment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestEnvironment
getEnv()
Get the environment of test-suite-specific configuration values, to be passed to the script used to run each test.
-
-
-
Method Detail
-
getEnv
TestEnvironment getEnv()
Get the environment of test-suite-specific configuration values, to be passed to the script used to run each test.- Returns:
- an environment to be passed to the script used to run each test.
- See Also:
Parameters.getEnv()
-
-