net.walend.digraph.path.test
Class MutableListUEPathTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.UEDigraphTest
                          |
                          +--net.walend.digraph.path.test.UEPathTest
                                |
                                +--net.walend.digraph.path.test.MutableUEPathTest
                                      |
                                      +--net.walend.digraph.path.test.MutableListUEPathTest
All Implemented Interfaces:
junit.framework.Test

public class MutableListUEPathTest
extends MutableUEPathTest

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableListUEPathTest(java.lang.String testName)
           
 
Method Summary
protected  MutableUEPath getCyclicTestMutableUEPath()
           
protected  UEPath getCyclicTestUEPath()
           
protected  MutableUEDigraph getEmptyTestMutableUEDigraph()
           
protected  UEDigraph getEmptyTestUEDigraph()
           
protected  MutableUEPath getOneNodeMutableUEPath()
           
protected  UEPath getOneNodeUEPath()
           
protected  MutableUEDigraph getTestMutableUEDigraph()
           
protected  MutableUEPath getTestMutableUEPath()
           
protected  MutableUEPath getTestMutableUEPathTail()
           
protected  UEDigraph getTestUEDigraph()
           
protected  UEPath getTestUEPath()
           
static junit.framework.Test suite()
           
 void testConstructors()
           
 
Methods inherited from class net.walend.digraph.path.test.MutableUEPathTest
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.UEPathTest
testGetEdgeAtIndex, testGetEdgeList, testGetHead, testGetIndexOfEdge, testGetIndexOfNode, testGetLastIndexOfEdge, testGetLastIndexOfNode, testGetNodeAtIndex, testGetNodeList, testGetSubpath, testGetSubpathFirst, testGetSubpathFirstToLast, testGetSubpathLast, testGetSubpathLastToFirst, testGetSupergraph, testGetTail, testPathEdgeCount, testPathNodeCount, testPathNodeIterator, testQueriesOnCyclicTestUEPath, testQueriesOnOneNodePath, testQueriesOnTestUEPath, testSameUEPathAs, testSerialization, testValid
 
Methods inherited from class net.walend.digraph.test.UEDigraphTest
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, 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

MutableListUEPathTest

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

getEmptyTestUEDigraph

protected UEDigraph getEmptyTestUEDigraph()
Specified by:
getEmptyTestUEDigraph in class UEDigraphTest

getTestUEDigraph

protected UEDigraph getTestUEDigraph()
Specified by:
getTestUEDigraph in class UEDigraphTest

getTestMutableUEDigraph

protected MutableUEDigraph getTestMutableUEDigraph()
Specified by:
getTestMutableUEDigraph in class UEDigraphTest

getEmptyTestMutableUEDigraph

protected MutableUEDigraph getEmptyTestMutableUEDigraph()
Specified by:
getEmptyTestMutableUEDigraph in class UEDigraphTest

getOneNodeUEPath

protected UEPath getOneNodeUEPath()
Specified by:
getOneNodeUEPath in class UEPathTest

getOneNodeMutableUEPath

protected MutableUEPath getOneNodeMutableUEPath()
Specified by:
getOneNodeMutableUEPath in class UEPathTest

getTestUEPath

protected UEPath getTestUEPath()
Specified by:
getTestUEPath in class UEPathTest

getTestMutableUEPath

protected MutableUEPath getTestMutableUEPath()
Specified by:
getTestMutableUEPath in class UEPathTest

getTestMutableUEPathTail

protected MutableUEPath getTestMutableUEPathTail()
Specified by:
getTestMutableUEPathTail in class MutableUEPathTest

getCyclicTestUEPath

protected UEPath getCyclicTestUEPath()
Specified by:
getCyclicTestUEPath in class UEPathTest

getCyclicTestMutableUEPath

protected MutableUEPath getCyclicTestMutableUEPath()
Specified by:
getCyclicTestMutableUEPath in class UEPathTest

testConstructors

public void testConstructors()
                      throws NodeMissingException,
                             EdgeMissingException
NodeMissingException
EdgeMissingException

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend