Uses of Class
com.sun.javatest.TestResultTable
-
Packages that use TestResultTable 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.com.sun.javatest.report This package provides API for generating reports about test runs.com.sun.javatest.tool 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 TestResultTable Modifier and Type Method Description TestResultTable
TestResultTable.TreeNode. getEnclosingTable()
Find out what TestResultTable this node is part of.TestResultTable
TRT_TreeNode. getEnclosingTable()
TestResultTable
Harness. getResultTable()
Get the current set of results.TestResultTable
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.TestResultTable
WorkDirectory. getTestResultTable()
Get a test result table containing the test results in this work directory.Methods in com.sun.javatest with parameters of type TestResultTable Modifier and Type Method Description void
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 TestResultTable Constructor Description StatusFilter(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 TestResultTable Modifier and Type Method Description TestResultTable
ExecModel. getActiveTestResultTable()
Get the test result table currently in use for display.TestResultTable
ExecTool. getActiveTestResultTable()
TestResultTable
WorkDirChooseTool.ExecModelStub. getActiveTestResultTable()
-
Uses of TestResultTable in com.sun.javatest.report
Fields in com.sun.javatest.report declared as TestResultTable Modifier and Type Field Description protected TestResultTable
KflSorter. trt
-
Uses of TestResultTable in com.sun.javatest.tool
Constructors in com.sun.javatest.tool with parameters of type TestResultTable Constructor Description TestTreeSelectionPane(TestResultTable trt)
Create a pane for selecting tests found in a test result table.
-