Uses of Interface
com.sun.javatest.Parameters

Packages that use Parameters
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. 
 

Uses of Parameters in com.sun.javatest
 

Classes in com.sun.javatest that implement Parameters
 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.
 

Methods in com.sun.javatest that return Parameters
 Parameters Harness.getParameters()
          Get the current parameters of the harness.
 

Methods in com.sun.javatest with parameters of type Parameters
 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.
 

Uses of Parameters in com.sun.javatest.exec
 

Methods in com.sun.javatest.exec that return Parameters
static Parameters BasicSessionControl.clone(Parameters p)
          Clones passed parameters.
 Parameters Session.getParameters()
          Data required to execute tests.
 Parameters BasicSession.getParameters()
           
 

Methods in com.sun.javatest.exec with parameters of type Parameters
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
 

Uses of Parameters in com.sun.javatest.interview
 

Classes in com.sun.javatest.interview that implement Parameters
 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, 2010, Oracle and/or its affiliates. All rights reserved.