Class TestDirectedGraph
- java.lang.Object
-
- ubic.basecode.dataStructure.graph.TestDirectedGraph
-
public class TestDirectedGraph extends Object
- Author:
- Paul Pavlidis
-
-
Constructor Summary
Constructors Constructor Description TestDirectedGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
Constructor for TestDirectedGraph.void
testAddChild()
void
testAddChildFail()
void
testAddParent()
void
testAddParentFail()
void
testDeleteLeaf1()
void
testDeleteLeafFail()
void
testDeleteLeafNotLeaf()
void
testGetChildren()
void
testTopoSort()
void
testToString()
void
testTreeView()
-
-
-
Method Detail
-
setup
public void setup()
Constructor for TestDirectedGraph.- Parameters:
arg0
-
-
testAddChild
public void testAddChild()
-
testAddChildFail
public void testAddChildFail()
-
testAddParent
public void testAddParent()
-
testAddParentFail
public void testAddParentFail()
-
testDeleteLeaf1
public void testDeleteLeaf1()
-
testDeleteLeafFail
public void testDeleteLeafFail()
-
testDeleteLeafNotLeaf
public void testDeleteLeafNotLeaf()
-
testGetChildren
public void testGetChildren()
-
testTopoSort
public void testTopoSort()
-
testToString
public void testToString()
-
testTreeView
public void testTreeView()
-
-