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 TypeClassDescriptionclassA basic implementation of Parameters for all except the EnvParameters subsection.classAn implementation of Parameters, using data read from a .jtp file.classConfiguration 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 TypeMethodDescriptionbooleanHarness.batch(Parameters params) Run the tests defined by a new set of parameters.voidInterviewParameters.load(Parameters other) Load the interview as best as possible with the data in another Parameters object.voidHarness.start(Parameters p) Start running all the tests defined by a new set of parameters.default voidHarness.Observer.startingTestRun(Parameters params) The harness is beginning to execute tests.voidParameterFilter.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 ParametersBasicSessionControl.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 voidBasicSessionControl.checkExcludeListUpdate(JComponent parent, boolean quietIfNoUpdate, Parameters params) static ParametersBasicSessionControl.clone(Parameters p) Clones passed parameters.voidBasicSessionControl.finishTests(Parameters p) Invoked when runTestHandler completed test executionprotected booleanBasicSessionControl.getNeedToAutoCheckExcludeList(Parameters params) voidBasicSessionControl.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 TypeClassDescriptionclassA 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.classDeprecated.Use BasicInterviewParametersclassA configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.classA simple interview that can be used for simple test suites.