|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.javatest.TestResultTable.PathRecord
public class TestResultTable.PathRecord
Keeps track of the path to a specific node in the TestResultTable tree. This class is made available so that a path which consists of zero or more TreeNodes plus zero or one TestResult can be represented without using a Object[].
| Method Summary | |
|---|---|
TestResultTable.TreeNode[] |
generateNodes(TestResult tr)
Generate the path to a given test. |
int[] |
getIndicies()
Provides the indexes into each node provided by getNodes(). |
TestResultTable.TreeNode[] |
getNodes()
Get the nodes that represent the path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int[] getIndicies()
getNodes().
public TestResultTable.TreeNode[] getNodes()
public TestResultTable.TreeNode[] generateNodes(TestResult tr)
tr - The test to generate the path to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||