Class TestDirectedGraph

java.lang.Object
ubic.basecode.dataStructure.graph.TestDirectedGraph

public class TestDirectedGraph extends Object
Author:
Paul Pavlidis
  • 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()