Class TestDirectedGraph
java.lang.Object
ubic.basecode.dataStructure.graph.TestDirectedGraph
- Author:
- Paul Pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()Constructor for TestDirectedGraph.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
TestDirectedGraph
public TestDirectedGraph()
-
-
Method Details
-
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()
-