Package com.sun.javatest.finder
Class BinaryTestFinder.TestTree.Node
java.lang.Object
com.sun.javatest.finder.BinaryTestFinder.TestTree.Node
- Enclosing class:
BinaryTestFinder.TestTree
A node within the test tree. It has a name, a set of indices that can be
used to find the test descriptions with the test table, and a set of child
nodes.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get a child node as indicated by a relative path.getTest
(int index, File root, File path, BinaryTestFinder.TestTable testTable) Get a TestDescription from this node, using the data in a test table.int[]
-
Method Details
-
getNode
Get a child node as indicated by a relative path. -
getName
-
getTestIndexes
public int[] getTestIndexes() -
getChildren
-
getTest
public TestDescription getTest(int index, File root, File path, BinaryTestFinder.TestTable testTable) throws IOException Get a TestDescription from this node, using the data in a test table.- Throws:
IOException
-