test.edu.uci.ics.jung.graph.impl
Class BasicGraphTest.BasicGraphSparseTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.graph.impl.BasicGraphTest
          extended by test.edu.uci.ics.jung.graph.impl.BasicGraphTest.BasicGraphSparseTest
Enclosing class:
BasicGraphTest

public static class BasicGraphTest.BasicGraphSparseTest
extends BasicGraphTest


Nested Class Summary
 
Nested classes/interfaces inherited from class test.edu.uci.ics.jung.graph.impl.BasicGraphTest
BasicGraphTest.BasicGraphSparseTest
 
Constructor Summary
BasicGraphTest.BasicGraphSparseTest(String string)
           
 
Method Summary
 Vertex getVertex()
           
 
Methods inherited from class test.edu.uci.ics.jung.graph.impl.BasicGraphTest
setUp, suite, tearDown, testBadEdgesParallel, testDirectedGraph, testEdgesOkSelfLoop, testEquality, testFindEdge, testFindEdgeSet, testGoodEdgesOpposite, testGraph, testGraphAppropriateness, testParallelEdgeAdd, testPredecessorConsistency, testPredecessorConsistencyDirected, testSimpleDirectedGraph, testSimpleDirectedGraphEdges, testSimpleUndirectedGraph, testUndirectedGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGraphTest.BasicGraphSparseTest

public BasicGraphTest.BasicGraphSparseTest(String string)
Method Detail

getVertex

public Vertex getVertex()
Specified by:
getVertex in class BasicGraphTest