net.walend.digraph.test
Class MutableMatrixCEDigraphTest

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.MutableMatrixCEDigraphTest
All Implemented Interfaces:
junit.framework.Test

public class MutableMatrixCEDigraphTest
extends MutableCEDigraphTest

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

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableMatrixCEDigraphTest(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()
           
 
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

MutableMatrixCEDigraphTest

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

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend