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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParameters
A basic implementation of Parameters for all except the EnvParameters
subsection.
|
class |
FileParameters
An implementation of Parameters, using data read from a .jtp file.
|
class |
InterviewParameters
Configuration parameters provided via an interview.
|
Modifier and Type | Method and Description |
---|---|
Parameters |
Harness.getParameters()
Get the current parameters of the harness.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Harness.batch(Parameters params)
Run the tests defined by a new set of parameters.
|
void |
InterviewParameters.load(Parameters other)
Load the interview as best as possible with the data in another
Parameters object.
|
void |
Harness.start(Parameters p)
Start running all the tests defined by a new set of parameters.
|
void |
Harness.Observer.startingTestRun(Parameters params)
The harness is beginning to execute tests.
|
void |
ParameterFilter.update(Parameters p)
Should be called whenever the parameters or filters inside
may have changed.
|
Modifier and Type | Method and Description |
---|---|
static Parameters |
BasicSessionControl.clone(Parameters p)
Clones passed parameters.
|
Parameters |
Session.getParameters()
Data required to execute tests.
|
Parameters |
BasicSession.getParameters() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicSessionControl.checkExcludeListUpdate(javax.swing.JComponent parent,
boolean quietIfNoUpdate,
Parameters params) |
static Parameters |
BasicSessionControl.clone(Parameters p)
Clones passed parameters.
|
void |
BasicSessionControl.finishTests(Parameters p)
Invoked when runTestHandler completed test execution
|
protected boolean |
BasicSessionControl.getNeedToAutoCheckExcludeList(Parameters params) |
void |
BasicSessionControl.startTests(Parameters p)
Invoked when runTestHandler is going to start test execution
|
Modifier and Type | Class and Description |
---|---|
class |
BasicInterviewParameters
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.
|
class |
DefaultInterviewParameters
Deprecated.
Use BasicInterviewParameters
|
class |
LegacyParameters
A configuration interview for legacy test suites that use environment
(.jte) files to define the environment used to run tests.
|
class |
SimpleInterviewParameters
A simple interview that can be used for simple test suites.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.