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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.graph.impl.CopyGraphTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
CopyGraphTest.CopyGraphSparseTest

public abstract class CopyGraphTest
extends junit.framework.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 CopyGraphTest.CopyGraphSparseTest
           
 
Constructor Summary
CopyGraphTest()
           
 
Method Summary
abstract  Vertex getVertex()
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testBadEdgeDuplicationCopy()
           
 void testBadEdgeRepeatedCopy()
           
 void testBadVertexDuplicationCopy()
           
 void testBadVertexRepeatedCopy()
           
 void testEdgeCopy()
           
 void testEdgeEquivalent2()
           
 void testEqualsAndEquivalent()
           
 void testGraphCopy()
           
 void testPredicateCopy()
           
 void testVertexCopy()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyGraphTest

public CopyGraphTest()
Method Detail

suite

public static junit.framework.Test suite()

getVertex

public abstract Vertex getVertex()

setUp

public final void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testVertexCopy

public void testVertexCopy()

testPredicateCopy

public void testPredicateCopy()

testEdgeCopy

public void testEdgeCopy()

testGraphCopy

public void testGraphCopy()

testBadVertexRepeatedCopy

public void testBadVertexRepeatedCopy()

testBadVertexDuplicationCopy

public void testBadVertexDuplicationCopy()

testBadEdgeRepeatedCopy

public void testBadEdgeRepeatedCopy()

testBadEdgeDuplicationCopy

public void testBadEdgeDuplicationCopy()

testEqualsAndEquivalent

public void testEqualsAndEquivalent()

testEdgeEquivalent2

public void testEdgeEquivalent2()