Uses of Class
com.sun.javatest.exec.ExecToolManager

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

Uses of ExecToolManager in com.sun.javatest.exec
 

Methods in com.sun.javatest.exec that return ExecToolManager
 ExecToolManager ExecTool.getExecToolManager()
           
 

Constructors in com.sun.javatest.exec with parameters of type ExecToolManager
ExecTool(ExecToolManager mgr)
          Create a default, uninitialized ExecTool.
ExecTool(ExecToolManager mgr, InterviewParameters interviewParams)
          Create an ExecTool initialized to the contents of an interview object.
ExecTool(ExecToolManager mgr, TestSuite testSuite)
          Create an ExecTool for a specific test suite.
ExecTool(ExecToolManager mgr, WorkDirectory workDir)
          Create an ExecTool for a specific test suite and work directory.
 



Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.