test.edu.uci.ics.jung.graph.impl
Class CopyGraphTest.CopyGraphSparseTest

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

public static class CopyGraphTest.CopyGraphSparseTest
extends CopyGraphTest


Nested Class Summary
 
Nested classes/interfaces inherited from class test.edu.uci.ics.jung.graph.impl.CopyGraphTest
CopyGraphTest.CopyGraphSparseTest
 
Constructor Summary
CopyGraphTest.CopyGraphSparseTest()
           
 
Method Summary
 Vertex getVertex()
           
 
Methods inherited from class test.edu.uci.ics.jung.graph.impl.CopyGraphTest
setUp, suite, tearDown, testBadEdgeDuplicationCopy, testBadEdgeRepeatedCopy, testBadVertexDuplicationCopy, testBadVertexRepeatedCopy, testEdgeCopy, testEdgeEquivalent2, testEqualsAndEquivalent, testGraphCopy, testPredicateCopy, testVertexCopy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyGraphTest.CopyGraphSparseTest

public CopyGraphTest.CopyGraphSparseTest()
Method Detail

getVertex

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