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)

Constructor Index

 o BinaryTreeTest(Factory, StructureComparator)

Method Index

 o main(String[])

Constructors

 o BinaryTreeTest
 public BinaryTreeTest(Factory builder,
                       StructureComparator comp)

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index