com.sun.javatest
public class TestResultTable.PathRecord extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public int[] getIndicies()
getNodes()
.public TestResultTable.TreeNode[] getNodes()
public TestResultTable.TreeNode[] generateNodes(TestResult tr)
tr
- The test to generate the path to.Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.