|
||||||||||
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.DefaultInterviewParameters
public abstract class DefaultInterviewParameters
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.
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 | |
---|---|
protected |
DefaultInterviewParameters(java.lang.String tag)
Deprecated. Create a BasicInterviewParameters object. |
protected |
DefaultInterviewParameters(java.lang.String tag,
TestSuite ts)
Deprecated. Create a BasicInterviewParameters object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.javatest.Parameters |
---|
getEnvParameters |
Constructor Detail |
---|
protected DefaultInterviewParameters(java.lang.String tag) throws Interview.Fault
tag
- the tag used to qualify questions in this interview
Interview.Fault
- if there is a problem creating this objectprotected DefaultInterviewParameters(java.lang.String tag, TestSuite ts) throws Interview.Fault
tag
- the tag used to qualify questions in this interviewts
- The test suite to which this interview applies.
Interview.Fault
- if there is a problem creating this object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |