Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TestSuite |
TestRunner.getTestSuite()
Get the test suite containing the tests to be run by this test runner.
|
TestSuite |
WorkDirectory.getTestSuite()
Get the test suite for this work directory.
|
TestSuite |
Parameters.getTestSuite()
Get the test suite for which these parameters apply.
|
TestSuite |
BasicParameters.getTestSuite() |
static TestSuite |
TestSuite.open(java.io.File root)
Open a test suite.
|
Modifier and Type | Method and Description |
---|---|
static WorkDirectory |
WorkDirectory.convert(java.io.File dir,
TestSuite ts)
Convert an existing directory into a work directory.
|
static WorkDirectory |
WorkDirectory.create(java.io.File dir,
TestSuite ts)
Create a new work directory with a given name, and for a given test suite.
|
void |
EditJTI.load(java.io.File inFile,
TestSuite ts)
Load a configuration file to be edited.
|
static InterviewParameters |
InterviewParameters.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 WorkDirectory |
WorkDirectory.open(java.io.File dir,
TestSuite testSuite)
Open an existing work directory, using an explicit test suite.
|
void |
Parameters.setTestSuite(TestSuite ts)
Set the test suite for which these parameters apply.
|
void |
BasicParameters.setTestSuite(TestSuite ts)
Set the test suite for the test run.
|
Modifier and Type | Field and Description |
---|---|
protected TestSuite |
BasicSessionControl.testSuite |
protected TestSuite |
ET_DefaultControlFactory.ts |
Modifier and Type | Method and Description |
---|---|
TestSuite[] |
ExecTool.getLoadedTestSuites() |
TestSuite |
ExecModel.getTestSuite() |
TestSuite |
ContextManager.getTestSuite()
Get the active test suite.
|
TestSuite |
WorkDirChooseTool.ExecModelStub.getTestSuite() |
TestSuite |
ExecTool.getTestSuite() |
Modifier and Type | Method and Description |
---|---|
protected ExecTool |
ExecToolManager.addNewExecTool(TestSuite ts,
WorkDirectory wd,
InterviewParameters ip,
java.lang.String errorKey) |
static WorkDirectory |
WorkDirChooseTool.chooseWD(javax.swing.JComponent parent,
java.io.File dir,
TestSuite ts,
int mode) |
static WorkDirectory |
WorkDirChooseTool.chooseWD(javax.swing.JComponent parent,
java.io.File dir,
TestSuite ts,
int mode,
boolean noTemplate) |
static ContextManager |
ExecTool.createContextManager(TestSuite ts) |
void |
QSW_Listener.finishQSW(TestSuite ts,
WorkDirectory wd,
InterviewParameters ip,
boolean showConfigEditorFlag,
boolean runTestsFlag)
Invoked when user decided to open new TestSuite
|
void |
ExecToolManager.finishQSW(TestSuite ts,
WorkDirectory wd,
InterviewParameters ip,
boolean showConfigEditorFlag,
boolean runTestsFlag)
QSW_Listener interface method
|
static WorkDirChooseTool |
WorkDirChooseTool.getTool(javax.swing.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.
|
ExecTool |
ExecToolManager.showTestSuite(TestSuite ts)
Deprecated.
|
Constructor and 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) |
ExecTool(ExecToolManager mgr,
TestSuite ts) |
WorkDirChooseTool.ExecModelStub(TestSuite ts,
ContextManager cm) |
WorkDirChooseTool(java.awt.Frame parent,
TestSuite testSuite,
UIFactory uif,
int mode)
Create a WorkDirChooser, initially showing the user's current directory.
|
Modifier and Type | Method and Description |
---|---|
TestSuite |
BasicInterviewParameters.getTestSuite() |
Modifier and Type | Method and Description |
---|---|
void |
BasicInterviewParameters.setTestSuite(TestSuite ts)
Set the test suite for the test run.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
TestSuite[] |
Tool.getLoadedTestSuites()
Get a list of any test suites that are being used by this tool.
|
TestSuite |
TestSuiteChooser.getSelectedTestSuite()
Get the test suite that was most recently selected by the user.
|
TestSuite |
CommandContext.getTestSuite()
Get the test suite associated with this object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SelectedWorkDirApprover.approveNewSelection(java.io.File dir,
TestSuite testSuite) |
boolean |
SelectedWorkDirApprover.approveOpenSelection(java.io.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.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.