net.walend.measured.test
Class PathTraverserTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.measured.test.PathTraverserTest
All Implemented Interfaces:
junit.framework.Test

public class PathTraverserTest
extends net.walend.toolkit.junit.TestCase

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
PathTraverserTest(java.lang.String testName)
           
 
Method Summary
protected  CEPath getCyclicTestCEPath()
           
protected  MutableCEPath getCyclicTestMutableCEPath()
           
protected  CEPath getOneNodeCEPath()
           
protected  MutableCEPath getOneNodeMutableCEPath()
           
protected  CEPath getTestCEPath()
           
protected  MutableCEPath getTestMutableCEPath()
           
static junit.framework.Test suite()
           
 void testOnCyclicTestCEPath()
           
 void testOnOneNodePath()
           
 void testOnTestCEPath()
           
 
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

PathTraverserTest

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

getOneNodeCEPath

protected CEPath getOneNodeCEPath()

getOneNodeMutableCEPath

protected MutableCEPath getOneNodeMutableCEPath()

getTestCEPath

protected CEPath getTestCEPath()

getTestMutableCEPath

protected MutableCEPath getTestMutableCEPath()

getCyclicTestCEPath

protected CEPath getCyclicTestCEPath()

getCyclicTestMutableCEPath

protected MutableCEPath getCyclicTestMutableCEPath()

testOnOneNodePath

public void testOnOneNodePath()
                       throws NodeMissingException,
                              EdgeMissingException
NodeMissingException
EdgeMissingException

testOnTestCEPath

public void testOnTestCEPath()

testOnCyclicTestCEPath

public void testOnCyclicTestCEPath()

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend