net.walend.digraph.test
Class MutableUEDigraphTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.UEDigraphTest
                          |
                          +--net.walend.digraph.test.MutableUEDigraphTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
MutableHashUEDigraphTest, MutableMatrixUEDigraphTest

public abstract class MutableUEDigraphTest
extends UEDigraphTest

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

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableUEDigraphTest(java.lang.String testName)
           
 
Method Summary
 void testAddEdge()
           
 void testAddNode()
           
 void testAddNodes()
           
 void testClear()
           
 void testClearEdges()
           
abstract  void testEmptyConstructor()
           
abstract  void testIntConstructor()
           
 void testRemoveEdgeByEdge()
           
 void testRemoveEdgeByNodes()
           
 void testRemoveEdges()
           
 void testRemoveNode()
           
 void testRemoveNodes()
           
 void testRemoveUEDigraph()
           
 void testRetainEdges()
           
 void testRetainNodes()
           
 
Methods inherited from class net.walend.digraph.test.UEDigraphTest
getEmptyTestMutableUEDigraph, getEmptyTestUEDigraph, getTestMutableUEDigraph, getTestUEDigraph, testContainsEdge, testContainsEdge, testContainsEdge, testContainsEdgeAllWays, testContainsEdges, testContainsNode, testContainsNodes, testContainsUEDigraph, testCopyConstructor, testCountInboundEdges, testCountOutboundEdges, testEdgeCount, testEdgeIterator, testGetEdge, testGetEdges, testGetFromNode, testGetFromNodes, testGetInboundEdges, testGetNodes, testGetOutboundEdges, testGetToNode, testGetToNodes, testImmutable, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestUEDigraph, testSameUEDigraphAs, testSerialization, testToString, testUEDigraphAlgebraContainsUEDigraph, testUEDigraphAlgebraIntersectUEDigraphs, testUEDigraphAlgebraSameUEDigraphs, testUEDigraphAlgebraUnionUEDigraphs
 
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

MutableUEDigraphTest

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

testRemoveEdgeByEdge

public void testRemoveEdgeByEdge()

testRemoveEdgeByNodes

public void testRemoveEdgeByNodes()

testAddNodes

public void testAddNodes()

testRemoveNodes

public void testRemoveNodes()

testRemoveEdges

public void testRemoveEdges()

testRemoveUEDigraph

public void testRemoveUEDigraph()

testRetainNodes

public void testRetainNodes()

testRetainEdges

public void testRetainEdges()

testClear

public void testClear()

testClearEdges

public void testClearEdges()


Copyright (c) 2001, 2002, David Walend