Uses of Class
com.sun.javatest.TestResultTable

Packages that use TestResultTable
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.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
 TestResultTable TRT_TreeNode.getEnclosingTable()
           
 TestResultTable TestResultTable.TreeNode.getEnclosingTable()
          Find out what TestResultTable this node is part of.
 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
 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
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
 TestResultTable ExecTool.getActiveTestResultTable()
           
 

Uses of TestResultTable in com.sun.javatest.tool
 

Constructors in com.sun.javatest.tool with parameters of type TestResultTable
TestTreeSelectionPane(TestResultTable trt)
          Create a pane for selecting tests found in a test result table.
 



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