Uses of Class
com.sun.javatest.finder.BinaryTestFinder.TestTree.Node
-
Packages that use BinaryTestFinder.TestTree.Node Package Description com.sun.javatest.finder Test Finders are used to locate and read test descriptions, which give details about the tests in a test suite. -
-
Uses of BinaryTestFinder.TestTree.Node in com.sun.javatest.finder
Methods in com.sun.javatest.finder that return BinaryTestFinder.TestTree.Node Modifier and Type Method Description BinaryTestFinder.TestTree.Node[]
BinaryTestFinder.TestTree.Node. getChildren()
BinaryTestFinder.TestTree.Node
BinaryTestFinder.TestTree. getNode(java.lang.String path)
Get the node for a path within the tree.BinaryTestFinder.TestTree.Node
BinaryTestFinder.TestTree.Node. getNode(java.lang.String path)
Get a child node as indicated by a relative path.
-