Test 1: Testing simple insert Preorder = hoppy(1), gadget(1), Inorder = gadget(1), hoppy(1), Postorder = gadget(1), hoppy(1), ---------------------------------------------------------------- Test 2: Search testing Passed ---------------------------------------------------------------- Test 3: Smallest value in the tree is... gadget ---------------------------------------------------------------- Test 4: Largest value in the tree is... hoppy ---------------------------------------------------------------- Test 5: Testing subtree heights Height of subtree rooted at "hoppy" = 1 ---------------------------------------------------------------- Test 6: Remove testing Removing "hoppy" Preorder = gadget(1), Inorder = gadget(1), Postorder = gadget(1), ----------------------------------------------------------------