test.edu.uci.ics.jung.graph.impl
Class RemovalGraphTest
java.lang.Object
TestCase
test.edu.uci.ics.jung.graph.impl.RemovalGraphTest
- Direct Known Subclasses:
- RemovalGraphTest.SparseTest
public abstract class RemovalGraphTest
- extends TestCase
- Author:
- danyelf
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovalGraphTest
public RemovalGraphTest()
getVertex
public abstract Vertex getVertex()
suite
public static Test suite()
setUp1
public void setUp1()
setUpUndir
public void setUpUndir()
tearDown
public void tearDown()
testRemoveEdgeDirected
public void testRemoveEdgeDirected()
testRemoveEdgeUndirected
public void testRemoveEdgeUndirected()
testRemoveVertexDirected
public void testRemoveVertexDirected()
testRemoveVertexUndirected
public void testRemoveVertexUndirected()
testRemoveAllEdgesDirected
public void testRemoveAllEdgesDirected()
testRemoveAllEdgesUndirected
public void testRemoveAllEdgesUndirected()
testRemoveAllVerticesDirected
public void testRemoveAllVerticesDirected()
testRemoveWrongVertexFail
public void testRemoveWrongVertexFail()
testRemoveWrongVertexFailUndir
public void testRemoveWrongVertexFailUndir()
testRemoveAllVerticesUndirected
public void testRemoveAllVerticesUndirected()
testRemoveAllFromAVertexUndir
public void testRemoveAllFromAVertexUndir()
testRemoveAllFromAVertex
public void testRemoveAllFromAVertex()
testVertexAdditionAndRemoval
public void testVertexAdditionAndRemoval()
testEdgeAdditionAndRemoval
public void testEdgeAdditionAndRemoval()