net.walend.digraph.path.test
Class MutableListCEPathTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.CEDigraphTest
                          |
                          +--net.walend.digraph.path.test.CEPathTest
                                |
                                +--net.walend.digraph.path.test.MutableCEPathTest
                                      |
                                      +--net.walend.digraph.path.test.MutableListCEPathTest
All Implemented Interfaces:
junit.framework.Test

public class MutableListCEPathTest
extends MutableCEPathTest

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

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableListCEPathTest(java.lang.String testName)
           
 
Method Summary
protected  CEPath getCyclicTestCEPath()
           
protected  MutableCEPath getCyclicTestMutableCEPath()
           
protected  CEDigraph getEmptyTestCEDigraph()
           
protected  MutableCEDigraph getEmptyTestMutableCEDigraph()
           
protected  CEPath getOneNodeCEPath()
           
protected  MutableCEPath getOneNodeMutableCEPath()
           
protected  CEDigraph getTestCEDigraph()
           
protected  CEPath getTestCEPath()
           
protected  MutableCEDigraph getTestMutableCEDigraph()
           
protected  MutableCEPath getTestMutableCEPath()
           
protected  MutableCEPath getTestMutableCEPathTail()
           
static junit.framework.Test suite()
           
 void testConstructors()
           
 
Methods inherited from class net.walend.digraph.path.test.MutableCEPathTest
testAddPathToHead, testAddPathToTail, testAddToHead, testAddToTail, testConcurrentModificationException, testConcurrentModificationException, testConcurrentModificationExceptions, testImmutable, testPruneHead, testPruneHeadFromFirst, testPruneHeadFromLast, testPruneTail, testPruneTailFromFirst, testPruneTailFromLast, testRemoveHead, testRemoveTail, testSplice, testSpliceFirst, testSpliceFirstToLast, testSpliceLast, testSpliceLastToFirst
 
Methods inherited from class net.walend.digraph.path.test.CEPathTest
testGetEdgeAtIndex, testGetEdgeList, testGetHead, testGetIndexOfEdge, testGetIndexOfNode, testGetLastIndexOfEdge, testGetLastIndexOfNode, testGetNodeAtIndex, testGetNodeList, testGetSubpath, testGetSubpathFirst, testGetSubpathFirstToLast, testGetSubpathLast, testGetSubpathLastToFirst, testGetSupergraph, testGetTail, testPathEdgeCount, testPathNodeCount, testPathNodeIterator, testQueriesOnCyclicTestCEPath, testQueriesOnOneNodePath, testQueriesOnTestCEPath, testSameCEPathAs, testSerialization, testValid
 
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, 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

MutableListCEPathTest

public MutableListCEPathTest(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

getOneNodeCEPath

protected CEPath getOneNodeCEPath()
Specified by:
getOneNodeCEPath in class CEPathTest

getOneNodeMutableCEPath

protected MutableCEPath getOneNodeMutableCEPath()
Specified by:
getOneNodeMutableCEPath in class CEPathTest

getTestCEPath

protected CEPath getTestCEPath()
Specified by:
getTestCEPath in class CEPathTest

getTestMutableCEPath

protected MutableCEPath getTestMutableCEPath()
Specified by:
getTestMutableCEPath in class CEPathTest

getTestMutableCEPathTail

protected MutableCEPath getTestMutableCEPathTail()
Specified by:
getTestMutableCEPathTail in class MutableCEPathTest

getCyclicTestCEPath

protected CEPath getCyclicTestCEPath()
Specified by:
getCyclicTestCEPath in class CEPathTest

getCyclicTestMutableCEPath

protected MutableCEPath getCyclicTestMutableCEPath()
Specified by:
getCyclicTestMutableCEPath in class CEPathTest

testConstructors

public void testConstructors()
                      throws NodeMissingException,
                             EdgeMissingException
NodeMissingException
EdgeMissingException

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend