test.edu.uci.ics.jung.graph.impl
Class RemovalGraphTest.SparseTest

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

public static class RemovalGraphTest.SparseTest
extends RemovalGraphTest


Nested Class Summary
 
Nested classes/interfaces inherited from class test.edu.uci.ics.jung.graph.impl.RemovalGraphTest
RemovalGraphTest.SparseTest
 
Constructor Summary
RemovalGraphTest.SparseTest()
           
 
Method Summary
 Vertex getVertex()
           
 
Methods inherited from class test.edu.uci.ics.jung.graph.impl.RemovalGraphTest
setUp1, setUpUndir, suite, tearDown, testEdgeAdditionAndRemoval, testRemoveAllEdgesDirected, testRemoveAllEdgesUndirected, testRemoveAllFromAVertex, testRemoveAllFromAVertexUndir, testRemoveAllVerticesDirected, testRemoveAllVerticesUndirected, testRemoveEdgeDirected, testRemoveEdgeUndirected, testRemoveVertexDirected, testRemoveVertexUndirected, testRemoveWrongVertexFail, testRemoveWrongVertexFailUndir, testVertexAdditionAndRemoval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovalGraphTest.SparseTest

public RemovalGraphTest.SparseTest()
Method Detail

getVertex

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