net.walend.measured.test
Class GEPathTraverserTest

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

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

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GEPathTraverserTest(java.lang.String testName)
           
 
Method Summary
protected  GEPath getCyclicTestGEPath()
           
protected  MutableGEPath getCyclicTestMutableGEPath()
           
protected  GEPath getOneNodeGEPath()
           
protected  MutableGEPath getOneNodeMutableGEPath()
           
protected  GEPath getTestGEPath()
           
protected  MutableGEPath getTestMutableGEPath()
           
static junit.framework.Test suite()
           
 void testOnCyclicTestGEPath()
           
 void testOnOneNodePath()
           
 void testOnTestGEPath()
           
 
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

GEPathTraverserTest

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

getOneNodeGEPath

protected GEPath getOneNodeGEPath()

getOneNodeMutableGEPath

protected MutableGEPath getOneNodeMutableGEPath()

getTestGEPath

protected GEPath getTestGEPath()

getTestMutableGEPath

protected MutableGEPath getTestMutableGEPath()

getCyclicTestGEPath

protected GEPath getCyclicTestGEPath()

getCyclicTestMutableGEPath

protected MutableGEPath getCyclicTestMutableGEPath()

testOnOneNodePath

public void testOnOneNodePath()
                       throws NodeMissingException,
                              EdgeMissingException
NodeMissingException
EdgeMissingException

testOnTestGEPath

public void testOnTestGEPath()

testOnCyclicTestGEPath

public void testOnCyclicTestGEPath()

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend