public class BinaryTreeTest extends Object
Constructor and Description |
---|
BinaryTreeTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testGetLeft()
Test method for
ubic.basecode.dataStructure.tree.BinaryTree#getLeft() . |
void |
testGetRight()
Test method for
ubic.basecode.dataStructure.tree.BinaryTree#getRight() . |
void |
testGetRoot()
Test method for
BinaryTree.getRoot() . |
void |
testInsertLeft()
|
void |
testInsertRight()
|
void |
testIsEmpty()
Test method for
BinaryTree.isEmpty() . |
void |
testIsLeaf() |
public void testGetLeft()
ubic.basecode.dataStructure.tree.BinaryTree#getLeft()
.public void testGetRight()
ubic.basecode.dataStructure.tree.BinaryTree#getRight()
.public void testGetRoot()
BinaryTree.getRoot()
.public void testInsertLeft()
public void testInsertRight()
public void testIsEmpty()
BinaryTree.isEmpty()
.public void testIsLeaf()
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.