Uses of Class
com.sun.javatest.TestResultTable
Packages that use TestResultTable
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.
This package provides API for generating reports about test runs.
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of TestResultTable in com.sun.javatest
Methods in com.sun.javatest that return TestResultTableModifier and TypeMethodDescriptionTestResultTable.TreeNode.getEnclosingTable()
Find out what TestResultTable this node is part of.TRT_TreeNode.getEnclosingTable()
Harness.getResultTable()
Get the current set of results.StatusFilter.getTestResultTable()
Get the test result table in which to look up tests to see if they should be accepted by the filter or not.WorkDirectory.getTestResultTable()
Get a test result table containing the test results in this work directory.Methods in com.sun.javatest with parameters of type TestResultTableModifier and TypeMethodDescriptionvoid
WorkDirectory.setTestResultTable
(TestResultTable trt) Set a test result table containing the test descriptions for the tests in this test suite.Constructors in com.sun.javatest with parameters of type TestResultTableModifierConstructorDescriptionStatusFilter
(boolean[] statusValues, TestResultTable trt) Create a filter that filters tests according to their execution status. -
Uses of TestResultTable in com.sun.javatest.exec
Methods in com.sun.javatest.exec that return TestResultTableModifier and TypeMethodDescriptionExecModel.getActiveTestResultTable()
Get the test result table currently in use for display.ExecTool.getActiveTestResultTable()
WorkDirChooseTool.ExecModelStub.getActiveTestResultTable()
-
Uses of TestResultTable in com.sun.javatest.report
Fields in com.sun.javatest.report declared as TestResultTable -
Uses of TestResultTable in com.sun.javatest.tool
Constructors in com.sun.javatest.tool with parameters of type TestResultTableModifierConstructorDescriptionCreate a pane for selecting tests found in a test result table.