Uses of Class
com.sun.javatest.TestSuite
-
Packages that use TestSuite Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard".com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results.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.com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of TestSuite in com.sun.interview
Methods in com.sun.interview with parameters of type TestSuite Modifier and Type Method Description static com.sun.javatest.tool.jthelp.HelpSet[]Help. getAdditionalDocs(TestSuite ts)Get helpsets containing any related documents for this test suite. -
Uses of TestSuite in com.sun.javatest
Methods in com.sun.javatest that return TestSuite Modifier and Type Method Description TestSuiteBasicParameters. getTestSuite()TestSuiteParameters. getTestSuite()Get the test suite for which these parameters apply.TestSuiteTestRunner. getTestSuite()Get the test suite containing the tests to be run by this test runner.TestSuiteWorkDirectory. getTestSuite()Get the test suite for this work directory.static TestSuiteTestSuite. open(java.io.File root)Open a test suite.Methods in com.sun.javatest with parameters of type TestSuite Modifier and Type Method Description static WorkDirectoryWorkDirectory. convert(java.io.File dir, TestSuite ts)Convert an existing directory into a work directory.static WorkDirectoryWorkDirectory. create(java.io.File dir, TestSuite ts)Create a new work directory with a given name, and for a given test suite.voidEditJTI. load(java.io.File inFile, TestSuite ts)Load a configuration file to be edited.static InterviewParametersInterviewParameters. open(java.io.File file, TestSuite testSuite)Create an InterviewParameters by populating the interview for a specified test suite with responses from a given file.static WorkDirectoryWorkDirectory. open(java.io.File dir, TestSuite testSuite)Open an existing work directory, using an explicit test suite.voidBasicParameters. setTestSuite(TestSuite ts)Set the test suite for the test run.voidParameters. setTestSuite(TestSuite ts)Set the test suite for which these parameters apply. -
Uses of TestSuite in com.sun.javatest.exec
Fields in com.sun.javatest.exec declared as TestSuite Modifier and Type Field Description protected TestSuiteBasicSessionControl. testSuiteprotected TestSuiteTP_Subpanel. testSuiteprotected TestSuiteET_DefaultControlFactory. tsMethods in com.sun.javatest.exec that return TestSuite Modifier and Type Method Description TestSuite[]ExecTool. getLoadedTestSuites()TestSuiteContextManager. getTestSuite()Get the active test suite.TestSuiteExecModel. getTestSuite()TestSuiteExecTool. getTestSuite()TestSuiteWorkDirChooseTool.ExecModelStub. getTestSuite()Methods in com.sun.javatest.exec with parameters of type TestSuite Modifier and Type Method Description protected ExecToolExecToolManager. addNewExecTool(TestSuite ts, WorkDirectory wd, InterviewParameters ip, java.lang.String errorKey)static WorkDirectoryWorkDirChooseTool. chooseWD(javax.swing.JComponent parent, java.io.File dir, TestSuite ts, int mode)static WorkDirectoryWorkDirChooseTool. chooseWD(javax.swing.JComponent parent, java.io.File dir, TestSuite ts, int mode, boolean noTemplate)static ContextManagerExecTool. createContextManager(TestSuite ts)voidExecToolManager. finishQSW(TestSuite ts, WorkDirectory wd, InterviewParameters ip, boolean showConfigEditorFlag, boolean runTestsFlag)QSW_Listener interface methodvoidQSW_Listener. finishQSW(TestSuite ts, WorkDirectory wd, InterviewParameters ip, boolean showConfigEditorFlag, boolean runTestsFlag)Invoked when user decided to open new TestSuitestatic WorkDirChooseToolWorkDirChooseTool. getTool(javax.swing.JComponent parent, UIFactory ui, ExecModel em, int mode, TestSuite ts, boolean showTemplateStuff)protected voidContextManager. setTestSuite(TestSuite ts)voidWorkDirChooseTool. setTestSuite(TestSuite ts)Set the test suite for this chooser.ExecToolExecToolManager. showTestSuite(TestSuite ts)Deprecated.Constructors in com.sun.javatest.exec with parameters of type TestSuite Constructor Description BasicSession(TestSuite ts)Creates empty session for the passed test suite.BasicSessionControl(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm)Creates a control over new created session for the passed test suite.ET_DefaultControlFactory(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool)Initializes fields, does not create any instances.ET_DefaultViewControl(javax.swing.JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl)ExecModelStub(TestSuite ts, ContextManager cm)ExecTool(ExecToolManager mgr, TestSuite ts)WorkDirChooseTool(java.awt.Frame parent, TestSuite testSuite, UIFactory uif, int mode)Create a WorkDirChooser, initially showing the user's current directory. -
Uses of TestSuite in com.sun.javatest.interview
Methods in com.sun.javatest.interview that return TestSuite Modifier and Type Method Description TestSuiteBasicInterviewParameters. getTestSuite()Methods in com.sun.javatest.interview with parameters of type TestSuite Modifier and Type Method Description voidBasicInterviewParameters. setTestSuite(TestSuite ts)Set the test suite for the test run.Constructors in com.sun.javatest.interview with parameters of type TestSuite Constructor Description BasicInterviewParameters(java.lang.String tag, TestSuite ts)Create a BasicInterviewParameters object.DefaultInterviewParameters(java.lang.String tag, TestSuite ts)Deprecated.Create a BasicInterviewParameters object.LegacyParameters(TestSuite testSuite)Create a configuration interview for legacy tests suites. -
Uses of TestSuite in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return TestSuite Modifier and Type Method Description TestSuite[]Tool. getLoadedTestSuites()Get a list of any test suites that are being used by this tool.TestSuiteTestSuiteChooser. getSelectedTestSuite()Get the test suite that was most recently selected by the user.TestSuiteCommandContext. getTestSuite()Get the test suite associated with this object.Methods in com.sun.javatest.tool with parameters of type TestSuite Modifier and Type Method Description booleanSelectedWorkDirApprover. approveNewSelection(java.io.File dir, TestSuite testSuite)booleanSelectedWorkDirApprover. approveOpenSelection(java.io.File dir, TestSuite testSuite)voidTestSuiteChooser. setSelectedTestSuite(TestSuite ts)Set the selected test suite.voidCommandContext. setTestSuite(TestSuite ts)Set the test suite to be associated with this object.voidWorkDirChooser. setTestSuite(TestSuite ts)Set the test suite for this chooser.
-