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.

See:
          Description

Class Summary
BasicInterviewParameters A 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.
ConcurrencyInterview This interview collects the concurrency parameter.
DefaultInterviewParameters Deprecated. Use BasicInterviewParameters
EnvironmentInterview This interview collects the environment parameter, by means of environment (jte) files and an environment name.
ExcludeListInterview This interview collects the "exclude list" test filter parameters.
KeywordsInterview This interview collects the keyword parameters.
KnownFailuresListInterview This interview collects the "kfl" test filter parameters.
LegacyParameters A configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.
PriorStatusInterview This interview collects the "prior status" test filter parameters.
SimpleInterviewParameters A simple interview that can be used for simple test suites.
TestsInterview This interview collects the "initial files" parameter.
TimeoutFactorInterview This interview collects the timeout factor parameter.
 

Package com.sun.javatest.interview Description

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


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.