de.aitools.aq.structure.graph
Class TestUndirectedHashGraph

java.lang.Object
  extended by de.aitools.aq.structure.graph.AUndirectedGraphTest<java.lang.Double>
      extended by de.aitools.aq.structure.graph.TestUndirectedHashGraph

public class TestUndirectedHashGraph
extends AUndirectedGraphTest<java.lang.Double>

Version:
$Id: TestUndirectedMutableGraph.java,v 1.1 2011/06/15 11:44:09 dogu3912 Exp $
Author:
johannes.kiesel(/\t)uni-weimar.de

Constructor Summary
TestUndirectedHashGraph()
           
 
Method Summary
 
Methods inherited from class de.aitools.aq.structure.graph.AUndirectedGraphTest
testAddVertices, testAllEdgesIterator, testAllVerticesIteratorNext, testAllVerticesIteratorRemove, testCloneEdge, testContainsEdge, testContainsVertex, testFailedAddVertexNull, testFailedContainsEdgeNoSuchElement, testFailedContainsEdgeNull, testFailedContainsVertexNull, testFailedGetEdgeNoSuchElement, testFailedGetEdgeNull, testFailedGetEdgeWeightNoSuchElement, testFailedGetEdgeWeightNull, testFailedNumEdgesNoSuchElement, testFailedNumEdgesNull, testFailedOneVertexIterator, testFailedOneVertexIteratorNoSuchElement, testFailedRemoveEdgeNoSuchElement, testFailedRemoveEdgeNull, testFailedRemoveVertexNull, testFailedSetEdgeWeightNoSuchElement, testFailedSetEdgeWeightNull, testFailedSomeEdgesIterator, testFailedSomeEdgesIteratorNoSuchElement, testGetEdgeRemovedVertex, testGetEdgeWeight, testGetMass, testGetUnconnectedWeight, testNumEdges, testOneVertexIterator, testRemoveVertices, testSetUnconnectedWeight, testSomeEdgesIterator, testUsesDefaultUnconnectedWeight
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUndirectedHashGraph

public TestUndirectedHashGraph()