Class BinaryTreePlusTest

java.lang.Object
  |
  +--BinaryTreePlusTest

public class BinaryTreePlusTest
extends java.lang.Object

Class BinaryTreePlusTest exercises the BinaryTreePlus class.


Constructor Summary
BinaryTreePlusTest()
           
 
Method Summary
protected static void displayOnlyChildren()
           
protected static void displayTree(BinaryTreePlus tree, java.lang.String title)
           
static void main(java.lang.String[] args)
          Allocate a BinaryTreePlus class and call its methods with some test data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTreePlusTest

public BinaryTreePlusTest()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate a BinaryTreePlus class and call its methods with some test data. Output the results to stdout.

displayTree

protected static void displayTree(BinaryTreePlus tree,
                                  java.lang.String title)

displayOnlyChildren

protected static void displayOnlyChildren()