Class BinaryTestFinder.TestTree.Node

  • Enclosing class:
    BinaryTestFinder.TestTree

    public static class BinaryTestFinder.TestTree.Node
    extends java.lang.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.
    • Method Detail

      • getName

        public java.lang.String getName()
      • getTestIndexes

        public int[] getTestIndexes()
      • getTest

        public TestDescription getTest​(int index,
                                       java.io.File root,
                                       java.io.File path,
                                       BinaryTestFinder.TestTable testTable)
                                throws java.io.IOException
        Get a TestDescription from this node, using the data in a test table.
        Throws:
        java.io.IOException