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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkDirectory.setTestResultTable(TestResultTable trt)
Set a test result table containing the test descriptions for the tests in this
test suite.
|
Constructor and Description |
---|
StatusFilter(boolean[] statusValues,
TestResultTable trt)
Create a filter that filters tests according to their execution status.
|
Modifier and Type | Method and Description |
---|---|
TestResultTable |
ExecTool.getActiveTestResultTable() |
TestResultTable |
ExecModel.getActiveTestResultTable()
Get the test result table currently in use for display.
|
TestResultTable |
WorkDirChooseTool.ExecModelStub.getActiveTestResultTable() |
Modifier and Type | Field and Description |
---|---|
protected TestResultTable |
KflSorter.trt |
Constructor and Description |
---|
TestTreeSelectionPane(TestResultTable trt)
Create a pane for selecting tests found in a test result table.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.