net.walend.digraph.path.test
Class ListGEPathTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.digraph.test.GEDigraphTest
                          |
                          +--net.walend.digraph.path.test.GEPathTest
                                |
                                +--net.walend.digraph.path.test.ListGEPathTest
All Implemented Interfaces:
junit.framework.Test

public class ListGEPathTest
extends GEPathTest

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

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ListGEPathTest(java.lang.String testName)
           
 
Method Summary
protected  GEPath getCyclicTestGEPath()
           
protected  MutableGEPath getCyclicTestMutableGEPath()
           
protected  GEDigraph getEmptyTestGEDigraph()
           
protected  MutableGEDigraph getEmptyTestMutableGEDigraph()
           
protected  GEPath getOneNodeGEPath()
           
protected  MutableGEPath getOneNodeMutableGEPath()
           
protected  GEDigraph getTestGEDigraph()
           
protected  GEPath getTestGEPath()
           
protected  MutableGEDigraph getTestMutableGEDigraph()
           
protected  MutableGEPath getTestMutableGEPath()
           
static junit.framework.Test suite()
           
 void testConstructors()
           
 
Methods inherited from class net.walend.digraph.path.test.GEPathTest
testGetHead, testGetIndexOfNode, testGetLastIndexOfNode, testGetNodeAtIndex, testGetNodeList, testGetSubpath, testGetSubpathFirst, testGetSubpathFirstToLast, testGetSubpathLast, testGetSubpathLastToFirst, testGetSupergraph, testGetTail, testImmutable, testPathEdgeCount, testPathNodeCount, testPathNodeIterator, testQueriesOnCyclicTestGEPath, testQueriesOnOneNodePath, testQueriesOnTestGEPath, testSameGEPathAs, testSerialization, testValid
 
Methods inherited from class net.walend.digraph.test.GEDigraphTest
testContainsEdge, testContainsEdgeAllWays, testContainsGEDigraph, testContainsNode, testContainsNodes, testCopyConstructor, testCountInboundEdges, testCountOutboundEdges, testEdgeCount, testEdgeNodeIterator, testGEDigraphAlgebraContainsGEDigraph, testGEDigraphAlgebraIntersectGEDigraphs, testGEDigraphAlgebraSameGEDigraphs, testGEDigraphAlgebraUnionGEDigraphs, testGetFromNodes, testGetNodes, testGetToNodes, testImmutable, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestGEDigraph, testSameGEDigraphAs, 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

ListGEPathTest

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

getEmptyTestGEDigraph

protected GEDigraph getEmptyTestGEDigraph()
Specified by:
getEmptyTestGEDigraph in class GEDigraphTest

getTestGEDigraph

protected GEDigraph getTestGEDigraph()
Specified by:
getTestGEDigraph in class GEDigraphTest

getTestMutableGEDigraph

protected MutableGEDigraph getTestMutableGEDigraph()
Specified by:
getTestMutableGEDigraph in class GEDigraphTest

getEmptyTestMutableGEDigraph

protected MutableGEDigraph getEmptyTestMutableGEDigraph()
Specified by:
getEmptyTestMutableGEDigraph in class GEDigraphTest

getOneNodeGEPath

protected GEPath getOneNodeGEPath()
Specified by:
getOneNodeGEPath in class GEPathTest

getOneNodeMutableGEPath

protected MutableGEPath getOneNodeMutableGEPath()
Specified by:
getOneNodeMutableGEPath in class GEPathTest

getTestGEPath

protected GEPath getTestGEPath()
Specified by:
getTestGEPath in class GEPathTest

getTestMutableGEPath

protected MutableGEPath getTestMutableGEPath()
Specified by:
getTestMutableGEPath in class GEPathTest

getCyclicTestGEPath

protected GEPath getCyclicTestGEPath()
Specified by:
getCyclicTestGEPath in class GEPathTest

getCyclicTestMutableGEPath

protected MutableGEPath getCyclicTestMutableGEPath()
Specified by:
getCyclicTestMutableGEPath in class GEPathTest

testConstructors

public void testConstructors()
                      throws NodeMissingException,
                             EdgeMissingException
NodeMissingException
EdgeMissingException

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend