net.walend.digraph.test
Class MutableCEDigraphTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.CEDigraphTest
                          |
                          +--net.walend.digraph.test.MutableCEDigraphTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
MutableHashCEDigraphTest

public abstract class MutableCEDigraphTest
extends CEDigraphTest

Since:
20010622
Author:
David Walend

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableCEDigraphTest(java.lang.String testName)
           
 
Method Summary
 void testAddEdge()
           
 void testAddNode()
           
 void testAddNodes()
           
 void testClear()
           
 void testClearEdges()
           
abstract  void testEmptyConstructor()
           
abstract  void testIntConstructor()
           
 void testRemoveCEDigraph()
           
 void testRemoveEdgeByNodes()
           
 void testRemoveNode()
           
 void testRemoveNodes()
           
 void testRetainNodes()
           
 
Methods inherited from class net.walend.digraph.test.CEDigraphTest
getEmptyTestCEDigraph, getEmptyTestMutableCEDigraph, getTestCEDigraph, getTestMutableCEDigraph, testCEDigraphAlgebraContainsCEDigraph, testCEDigraphAlgebraIntersectCEDigraphs, testCEDigraphAlgebraSameCEDigraphs, testCEDigraphAlgebraUnionCEDigraphs, testContainsCEDigraph, testContainsEdge, testContainsEdge, testContainsEdgeAllWays, testContainsNode, testContainsNodes, testCopyConstructor, testCountInboundEdges, testCountOutboundEdges, testEdgeCount, testEdgeIterator, testGetEdge, testGetFromNodes, testGetInboundEdges, testGetNodes, testGetOutboundEdges, testGetToNodes, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestCEDigraph, testSameCEDigraphAs, testToString
 
Methods inherited from class net.walend.toolkit.junit.TestCase
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

MutableCEDigraphTest

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

testRemoveCEDigraph

public void testRemoveCEDigraph()

testRetainNodes

public void testRetainNodes()

testClear

public void testClear()

testClearEdges

public void testClearEdges()


Copyright (c) 2000, 2001, David Walend