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.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
 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 WorkDirectory.getTestResultTable()
          Get a test result table containing the test results in this work directory.
 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.
 

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 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
protected  TestResultTable KflSorter.trt
           
 

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 (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.