annas.test.graph
Class TestDirectedGraph

java.lang.Object
  extended by annas.test.graph.TestDirectedGraph

public class TestDirectedGraph
extends java.lang.Object


Constructor Summary
TestDirectedGraph()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void testAddArc()
           
 void testAddNode()
           
 void testContains()
           
 void testDirectedGraph()
           
 void testDirectedGraphGraphObserver()
           
 void testGetArcFactory()
           
 void testGetArcN()
           
 void testGetArcNN()
           
 void testGetNodeMap()
           
 void testGetObserver()
           
 void testGetVersion()
           
 void testGraph()
           
 void testGraphGraphObserver()
           
 void testRemoveArc()
           
 void testRemoveArcN()
           
 void testRemoveArcNN()
           
 void testRemoveNode()
           
 void testSetObserver()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDirectedGraph

public TestDirectedGraph()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws java.lang.Exception
Throws:
java.lang.Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws java.lang.Exception
Throws:
java.lang.Exception

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testDirectedGraph

public void testDirectedGraph()

testDirectedGraphGraphObserver

public void testDirectedGraphGraphObserver()

testGraph

public void testGraph()

testGraphGraphObserver

public void testGraphGraphObserver()

testGetObserver

public void testGetObserver()

testSetObserver

public void testSetObserver()

testAddArc

public void testAddArc()

testAddNode

public void testAddNode()

testContains

public void testContains()

testGetArcN

public void testGetArcN()

testGetArcNN

public void testGetArcNN()

testGetArcFactory

public void testGetArcFactory()

testGetNodeMap

public void testGetNodeMap()

testRemoveArc

public void testRemoveArc()

testRemoveArcNN

public void testRemoveArcNN()

testRemoveArcN

public void testRemoveArcN()

testRemoveNode

public void testRemoveNode()

testGetVersion

public void testGetVersion()