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.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.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 1996-2009 Sun Microsystems, Inc. All Rights Reserved.