Package com.sun.javatest.interview
package 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. These sub-interviews
provide the necessary API to make it easy to delegate the implementation
of the various methods defined by InterviewParameters
to the corresponding methods in the sub-interviews.
- Since:
- 3.0
-
ClassesClassDescriptionA basic implementation of InterviewParameters that uses standard interviews for all the various interview sections, except the environment section, which remains to be implemented by subtypes.This interview collects the concurrency parameter.Deprecated.Use BasicInterviewParametersThis interview collects the environment parameter, by means of environment (jte) files and an environment name.This interview collects the "exclude list" test filter parameters.This interview collects the keyword parameters.This interview collects the "kfl" test filter parameters.A configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.This interview collects the "prior status" test filter parameters.A simple interview that can be used for simple test suites.This interview collects the "initial files" parameter.This interview collects the timeout factor parameter.