Uses of Class
com.sun.javatest.Harness
-
Packages that use Harness Package Description 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. -
-
Uses of Harness in com.sun.javatest
Methods in com.sun.javatest with parameters of type Harness Modifier and Type Method Description void
TestSuite. starting(Harness harness)
A notification method that is called when a test suite run is starting. -
Uses of Harness in com.sun.javatest.exec
Methods in com.sun.javatest.exec with parameters of type Harness Modifier and Type Method Description static com.sun.javatest.exec.BranchPanel
AccessWrapper. createBranchPanel(UIFactory uif, com.sun.javatest.exec.TreePanelModel model, Harness h, ExecModel em, javax.swing.JComponent parent, com.sun.javatest.exec.FilterSelectionHandler filterHandler, com.sun.javatest.exec.TestTreeModel ttm)
static ET_FilterHandler
AccessWrapper. createFilterHandler(javax.swing.JComponent parent, ExecModel model, UIFactory uif, Harness h)
static com.sun.javatest.exec.ReportHandler
AccessWrapper. createReportHandler(javax.swing.JComponent parent, ExecModel model, Harness harness, UIFactory uif)
void
ET_FilterHandler. setHarness(Harness h)
void
HarnessAware. setHarness(Harness h)
-