Uses of Interface
com.sun.javatest.Parameters
Packages that use Parameters
Package
Description
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.
-
Uses of Parameters in com.sun.javatest
Classes in com.sun.javatest that implement ParametersModifier and TypeClassDescriptionclass
A basic implementation of Parameters for all except the EnvParameters subsection.class
An implementation of Parameters, using data read from a .jtp file.class
Configuration parameters provided via an interview.Methods in com.sun.javatest that return ParametersModifier and TypeMethodDescriptionHarness.getParameters()
Get the current parameters of the harness.Methods in com.sun.javatest with parameters of type ParametersModifier and TypeMethodDescriptionboolean
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.default 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. -
Uses of Parameters in com.sun.javatest.exec
Methods in com.sun.javatest.exec that return ParametersModifier and TypeMethodDescriptionstatic Parameters
BasicSessionControl.clone
(Parameters p) Clones passed parameters.BasicSession.getParameters()
Session.getParameters()
Data required to execute tests.Methods in com.sun.javatest.exec with parameters of type ParametersModifier and TypeMethodDescriptionprotected void
BasicSessionControl.checkExcludeListUpdate
(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 executionprotected boolean
BasicSessionControl.getNeedToAutoCheckExcludeList
(Parameters params) void
BasicSessionControl.startTests
(Parameters p) Invoked when runTestHandler is going to start test execution -
Uses of Parameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement ParametersModifier and TypeClassDescriptionclass
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
Deprecated.Use BasicInterviewParametersclass
A configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.class
A simple interview that can be used for simple test suites.