Uses of Class
com.sun.javatest.interview.TestsInterview
-
Packages that use TestsInterview Package Description 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. -
-
Uses of TestsInterview in com.sun.javatest.interview
Fields in com.sun.javatest.interview declared as TestsInterview Modifier and Type Field Description protected TestsInterview
BasicInterviewParameters. iTests
Methods in com.sun.javatest.interview that return TestsInterview Modifier and Type Method Description protected TestsInterview
BasicInterviewParameters. createTestsInterview(InterviewParameters parent)
creation of {#link TestsInterview} is extracted into separate class to enable 'hooks' and return {#link TestsInterview} sub class
-