|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.interview.Interview
com.sun.javatest.InterviewParameters
com.sun.javatest.interview.BasicInterviewParameters
com.sun.javatest.interview.LegacyParameters
public class LegacyParameters
A configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.javatest.InterviewParameters |
---|
InterviewParameters.JTIFault, InterviewParameters.TemplateManager, InterviewParameters.TestSuiteFault, InterviewParameters.WorkDirFault |
Nested classes/interfaces inherited from class com.sun.interview.Interview |
---|
Interview.BadHelpFault, Interview.Fault, Interview.HelpNotFoundFault, Interview.NotOnPathFault, Interview.Observer |
Field Summary |
---|
Fields inherited from class com.sun.javatest.interview.BasicInterviewParameters |
---|
iTests |
Fields inherited from class com.sun.javatest.InterviewParameters |
---|
kflFiles |
Fields inherited from class com.sun.interview.Interview |
---|
CHECKSUM, EXPORT_IGNORE_ALL_EXCEPTIONS, EXPORT_IGNORE_NO_EXCEPTIONS, EXPORT_IGNORE_RUNTIME_EXCEPTIONS, EXTERNAL_PREF, INTERVIEW, LOCALE, MARKERS, MARKERS_PREF, QUESTION, SEMANTIC_MAX_VERSION, SEMANTIC_PRE_32, SEMANTIC_VERSION_32, SEMANTIC_VERSION_43, TEMPLATE_PREF |
Constructor Summary | |
---|---|
LegacyParameters()
Create a configuration interview for legacy tests suites. |
|
LegacyParameters(TestSuite testSuite)
Create a configuration interview for legacy tests suites. |
Method Summary | |
---|---|
protected Question |
getEnvFirstQuestion()
Get the first question to be asked concerning the environment to be set up and used for each test to be run. |
Parameters.EnvParameters |
getEnvParameters()
Get an object which provides access to the environment of test-suite-specific configuration values to be used when each test is run. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyParameters() throws Interview.Fault
Interview.Fault
- if there is a problem instantiating the
interview.public LegacyParameters(TestSuite testSuite) throws Interview.Fault
testSuite
- The test suite for which this interview applies
Interview.Fault
- if there is a problem instantiating the
interview.Method Detail |
---|
public Parameters.EnvParameters getEnvParameters()
Parameters
protected Question getEnvFirstQuestion()
getEnvFirstQuestion
in class InterviewParameters
InterviewParameters.getEnvSuccessorQuestion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |