All Packages Class Hierarchy This Package Previous Next Index
Class jdsltools.testers.binarytreetester.BinaryTreeTest
java.lang.Object
|
+----jdsltools.testers.GenericTester
|
+----jdsltools.testers.binarytreetester.BinaryTreeTest
- public class BinaryTreeTest
- extends GenericTester
This class tests a BinaryTree: newContainer, expandExternal, positions,
root must be working properly
This test assumes that cut, link, and replaceSubtree are still in the
BinaryTree interface.
- Author:
- Marco da Silva(mds)
-
BinaryTreeTest(Factory, StructureComparator)
-
-
main(String[])
-
BinaryTreeTest
public BinaryTreeTest(Factory builder,
StructureComparator comp)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index