net.walend.digraph.test
Class MutableLMCEDigraphTest

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

public class MutableLMCEDigraphTest
extends MutableCEDigraphTest

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

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

MutableLMCEDigraphTest

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

getEmptyTestCEDigraph

protected CEDigraph getEmptyTestCEDigraph()
Specified by:
getEmptyTestCEDigraph in class CEDigraphTest

getTestCEDigraph

protected CEDigraph getTestCEDigraph()
Specified by:
getTestCEDigraph in class CEDigraphTest

getTestMutableCEDigraph

protected MutableCEDigraph getTestMutableCEDigraph()
Specified by:
getTestMutableCEDigraph in class CEDigraphTest

getEmptyTestMutableCEDigraph

protected MutableCEDigraph getEmptyTestMutableCEDigraph()
Specified by:
getEmptyTestMutableCEDigraph in class CEDigraphTest

testEmptyConstructor

public void testEmptyConstructor()
Specified by:
testEmptyConstructor in class MutableCEDigraphTest

testIntConstructor

public void testIntConstructor()
Specified by:
testIntConstructor in class MutableCEDigraphTest

testConstructors

public void testConstructors()

testRemoveNodeViaIndex

public void testRemoveNodeViaIndex()

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend