Package com.sun.javatest.finder
Class BinaryTestFinder.TestTree
- java.lang.Object
-
- com.sun.javatest.finder.BinaryTestFinder.TestTree
-
- Enclosing class:
- BinaryTestFinder
public static class BinaryTestFinder.TestTree extends java.lang.Object
A TestTree represents a tree of test descriptions; the data of the individual descriptions is stored in a test table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BinaryTestFinder.TestTree.Node
A node within the test tree.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryTestFinder.TestTree.Node
getNode(java.lang.String path)
Get the node for a path within the tree.
-
-
-
Method Detail
-
getNode
public BinaryTestFinder.TestTree.Node getNode(java.lang.String path)
Get the node for a path within the tree.
-
-