public class TestDirectedGraph extends Object
Constructor and Description |
---|
TestDirectedGraph() |
Modifier and Type | Method and 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() |
public void setup()
arg0
- public void testAddChild()
public void testAddChildFail()
public void testAddParent()
public void testAddParentFail()
public void testDeleteLeaf1()
public void testDeleteLeafFail()
public void testDeleteLeafNotLeaf()
public void testGetChildren()
public void testTopoSort()
public void testToString()
public void testTreeView()
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.