Class EnvironmentInterview

java.lang.Object
com.sun.interview.Interview
com.sun.javatest.interview.EnvironmentInterview
All Implemented Interfaces:
Parameters.EnvParameters, Parameters.LegacyEnvParameters

public class EnvironmentInterview extends Interview implements Parameters.LegacyEnvParameters
This interview collects the environment parameter, by means of environment (jte) files and an environment name. It is normally used as one of a series of sub-interviews that collect the parameter information for a test run. It is suitable for use with legacy test suites that still rely on environments being provided with .jte files; more sophisticated interviews should create a custom interview that collects the environment data directly.