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

java.lang.Object
  extended by TestCase
      extended by 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

Nested Class Summary
static class RemovalGraphTest.SparseTest
           
 
Constructor Summary
RemovalGraphTest()
           
 
Method Summary
abstract  Vertex getVertex()
           
 void setUp1()
           
 void setUpUndir()
           
static Test suite()
           
 void tearDown()
           
 void testEdgeAdditionAndRemoval()
           
 void testRemoveAllEdgesDirected()
           
 void testRemoveAllEdgesUndirected()
           
 void testRemoveAllFromAVertex()
           
 void testRemoveAllFromAVertexUndir()
           
 void testRemoveAllVerticesDirected()
           
 void testRemoveAllVerticesUndirected()
           
 void testRemoveEdgeDirected()
           
 void testRemoveEdgeUndirected()
           
 void testRemoveVertexDirected()
           
 void testRemoveVertexUndirected()
           
 void testRemoveWrongVertexFail()
           
 void testRemoveWrongVertexFailUndir()
           
 void testVertexAdditionAndRemoval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovalGraphTest

public RemovalGraphTest()
Method Detail

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()