Uses of Class
com.sun.javatest.finder.BinaryTestFinder.TestTable
-
Packages that use BinaryTestFinder.TestTable 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.TestTable in com.sun.javatest.finder
Methods in com.sun.javatest.finder that return BinaryTestFinder.TestTable Modifier and Type Method Description BinaryTestFinder.TestTable
BinaryTestFinder. getTestTable()
Methods in com.sun.javatest.finder with parameters of type BinaryTestFinder.TestTable Modifier and Type Method Description TestDescription
BinaryTestFinder.TestTree.Node. getTest(int index, java.io.File root, java.io.File path, BinaryTestFinder.TestTable testTable)
Get a TestDescription from this node, using the data in a test table.
-