Uses of Class
com.sun.javatest.Harness
Packages that use Harness
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.
-
Uses of Harness in com.sun.javatest
Methods in com.sun.javatest that return HarnessMethods in com.sun.javatest with parameters of type Harness -
Uses of Harness in com.sun.javatest.exec
Methods in com.sun.javatest.exec with parameters of type HarnessModifier and TypeMethodDescriptionstatic com.sun.javatest.exec.BranchPanel
AccessWrapper.createBranchPanel
(UIFactory uif, com.sun.javatest.exec.TreePanelModel model, Harness h, ExecModel em, JComponent parent, com.sun.javatest.exec.FilterSelectionHandler filterHandler, com.sun.javatest.exec.TestTreeModel ttm) static ET_FilterHandler
AccessWrapper.createFilterHandler
(JComponent parent, ExecModel model, UIFactory uif, Harness h) static com.sun.javatest.exec.ReportHandler
AccessWrapper.createReportHandler
(JComponent parent, ExecModel model, Harness harness, UIFactory uif) void
ET_FilterHandler.setHarness
(Harness h) void
HarnessAware.setHarness
(Harness h)