Package aud.test

Class GraphTest

java.lang.Object
aud.test.GraphTest

public class GraphTest extends Object
  • Constructor Details

    • GraphTest

      public GraphTest()
  • Method Details

    • testDirectedGraph

      public void testDirectedGraph(AbstractGraph<SimpleNode,SimpleEdge> g)
    • testUndirectedGraph

      public void testUndirectedGraph(AbstractGraph<SimpleNode,SimpleEdge> g)
    • testGraph

      public void testGraph()
    • testOther

      public void testOther()
    • testDouble

      public void testDouble()
    • testDouble2

      public void testDouble2()
    • main

      public static void main(String[] args)