Class BinaryTestFinder.TestTree.Node

java.lang.Object
com.sun.javatest.finder.BinaryTestFinder.TestTree.Node
Enclosing class:
BinaryTestFinder.TestTree

public static class BinaryTestFinder.TestTree.Node extends Object
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.