net.walend.digraph.test
Class MutableGEDigraphTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.GEDigraphTest
                          |
                          +--net.walend.digraph.test.MutableGEDigraphTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
MutableHashGEDigraphTest, MutableLMGEDigraphTest, MutableMatrixGEDigraphTest

public abstract class MutableGEDigraphTest
extends GEDigraphTest

Since:
20010812
Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableGEDigraphTest(java.lang.String testName)
           
 
Method Summary
 void testAddEdge()
           
 void testAddNode()
           
 void testAddNodes()
           
 void testClear()
           
 void testClearEdges()
           
abstract  void testEmptyConstructor()
           
abstract  void testIntConstructor()
           
 void testRemoveEdgeByNodes()
           
 void testRemoveGEDigraph()
           
 void testRemoveNode()
           
 void testRemoveNodes()
           
 void testRetainNodes()
           
 
Methods inherited from class net.walend.digraph.test.GEDigraphTest
getEmptyTestGEDigraph, getEmptyTestMutableGEDigraph, getTestGEDigraph, getTestMutableGEDigraph, testContainsEdge, testContainsEdgeAllWays, testContainsGEDigraph, testContainsNode, testContainsNodes, testCopyConstructor, testCountInboundEdges, testCountOutboundEdges, testEdgeCount, testEdgeNodeIterator, testGEDigraphAlgebraContainsGEDigraph, testGEDigraphAlgebraIntersectGEDigraphs, testGEDigraphAlgebraSameGEDigraphs, testGEDigraphAlgebraUnionGEDigraphs, testGetFromNodes, testGetNodes, testGetToNodes, testImmutable, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestGEDigraph, testSameGEDigraphAs, testSerialization, testToString
 
Methods inherited from class net.walend.toolkit.junit.TestCase
fail, fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableGEDigraphTest

public MutableGEDigraphTest(java.lang.String testName)
Method Detail

testEmptyConstructor

public abstract void testEmptyConstructor()

testIntConstructor

public abstract void testIntConstructor()

testAddNode

public void testAddNode()

testAddEdge

public void testAddEdge()

testRemoveNode

public void testRemoveNode()

testRemoveEdgeByNodes

public void testRemoveEdgeByNodes()

testAddNodes

public void testAddNodes()

testRemoveNodes

public void testRemoveNodes()

testRemoveGEDigraph

public void testRemoveGEDigraph()

testRetainNodes

public void testRetainNodes()

testClear

public void testClear()

testClearEdges

public void testClearEdges()


Copyright (c) 2001, 2002, David Walend