Uses of Class
com.sun.javatest.TestSuite
Packages that use TestSuite
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
This package provides facilities for reading, executing
and monitoring tests.
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
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.
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 TestSuiteModifier and TypeMethodDescriptionstatic 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 TestSuiteModifier and TypeMethodDescriptionBasicParameters.getTestSuite()
Parameters.getTestSuite()
Get the test suite for which these parameters apply.TestRunner.getTestSuite()
Get the test suite containing the tests to be run by this test runner.WorkDirectory.getTestSuite()
Get the test suite for this work directory.static TestSuite
Open a test suite.Methods in com.sun.javatest with parameters of type TestSuiteModifier and TypeMethodDescriptionstatic WorkDirectory
Convert an existing directory into a work directory.static WorkDirectory
Create a new work directory with a given name, and for a given test suite.void
Load a configuration file to be edited.static InterviewParameters
Create an InterviewParameters by populating the interview for a specified test suite with responses from a given file.static WorkDirectory
Open an existing work directory, using an explicit test suite.void
BasicParameters.setTestSuite
(TestSuite ts) Set the test suite for the test run.void
Parameters.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 TestSuiteModifier and TypeFieldDescriptionprotected final TestSuite
BasicSessionControl.testSuite
protected TestSuite
TP_Subpanel.testSuite
protected final TestSuite
ET_DefaultControlFactory.ts
Methods in com.sun.javatest.exec that return TestSuiteModifier and TypeMethodDescriptionExecTool.getLoadedTestSuites()
ContextManager.getTestSuite()
Get the active test suite.ExecModel.getTestSuite()
ExecTool.getTestSuite()
WorkDirChooseTool.ExecModelStub.getTestSuite()
Methods in com.sun.javatest.exec with parameters of type TestSuiteModifier and TypeMethodDescriptionprotected ExecTool
ExecToolManager.addNewExecTool
(TestSuite ts, WorkDirectory wd, InterviewParameters ip, String errorKey) static WorkDirectory
WorkDirChooseTool.chooseWD
(JComponent parent, File dir, TestSuite ts, int mode) static WorkDirectory
WorkDirChooseTool.chooseWD
(JComponent parent, File dir, TestSuite ts, int mode, boolean noTemplate) static ContextManager
ExecTool.createContextManager
(TestSuite ts) void
ExecToolManager.finishQSW
(TestSuite ts, WorkDirectory wd, InterviewParameters ip, boolean showConfigEditorFlag, boolean runTestsFlag) QSW_Listener interface methodvoid
QSW_Listener.finishQSW
(TestSuite ts, WorkDirectory wd, InterviewParameters ip, boolean showConfigEditorFlag, boolean runTestsFlag) Invoked when user decided to open new TestSuitestatic WorkDirChooseTool
WorkDirChooseTool.getTool
(JComponent parent, UIFactory ui, ExecModel em, int mode, TestSuite ts, boolean showTemplateStuff) protected void
ContextManager.setTestSuite
(TestSuite ts) void
WorkDirChooseTool.setTestSuite
(TestSuite ts) Set the test suite for this chooser.ExecToolManager.showTestSuite
(TestSuite ts) Deprecated.Constructors in com.sun.javatest.exec with parameters of type TestSuiteModifierConstructorDescriptionCreates empty session for the passed test suite.BasicSessionControl
(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm) Creates a control over new created session for the passed test suite.ET_DefaultControlFactory
(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool) Initializes fields, does not create any instances.ET_DefaultViewControl
(JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl) ExecModelStub
(TestSuite ts, ContextManager cm) ExecTool
(ExecToolManager mgr, TestSuite ts) WorkDirChooseTool
(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 TestSuiteMethods in com.sun.javatest.interview with parameters of type TestSuiteModifier and TypeMethodDescriptionvoid
BasicInterviewParameters.setTestSuite
(TestSuite ts) Set the test suite for the test run.Constructors in com.sun.javatest.interview with parameters of type TestSuiteModifierConstructorDescriptionprotected
BasicInterviewParameters
(String tag, TestSuite ts) Create a BasicInterviewParameters object.protected
DefaultInterviewParameters
(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 TestSuiteModifier and TypeMethodDescriptionTool.getLoadedTestSuites()
Get a list of any test suites that are being used by this tool.TestSuiteChooser.getSelectedTestSuite()
Get the test suite that was most recently selected by the user.CommandContext.getTestSuite()
Get the test suite associated with this object.Methods in com.sun.javatest.tool with parameters of type TestSuiteModifier and TypeMethodDescriptionboolean
SelectedWorkDirApprover.approveNewSelection
(File dir, TestSuite testSuite) boolean
SelectedWorkDirApprover.approveOpenSelection
(File dir, TestSuite testSuite) void
TestSuiteChooser.setSelectedTestSuite
(TestSuite ts) Set the selected test suite.void
CommandContext.setTestSuite
(TestSuite ts) Set the test suite to be associated with this object.void
WorkDirChooser.setTestSuite
(TestSuite ts) Set the test suite for this chooser.