net.walend.measured.test
Class JohnsonGEDistancesTest

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

public class JohnsonGEDistancesTest
extends ShortestGEDistancesTest

Author:
David Walend dfw1@cornell.edu

Nested Class Summary
 
Nested classes inherited from class net.walend.measured.test.ShortestGEDistancesTest
ShortestGEDistancesTest.ScaleUpGEPathMeter, ShortestGEDistancesTest.ShortGEPathMeter
 
Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JohnsonGEDistancesTest(java.lang.String testName)
           
 
Method Summary
protected  IndexedMutableGEDigraph createGEDigraph(int size)
           
protected  ShortestGEDistances createShortestGEDistances(IndexedGEDigraph digraph)
           
protected  ShortestGEDistances createShortestGEDistances(IndexedGEDigraph digraph, GEPathMeter pathMeter)
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.measured.test.ShortestGEDistancesTest
scaleUpTest, testGetLength, testOnSevenNodeDigraph, testOnThreeNodeDigraph, testOnThreeNodeDigraphWithNegativeCycle, testScaleUpTo1, testScaleUpTo16, testScaleUpTo18, testScaleUpTo2, testScaleUpTo24, testScaleUpTo32, testScaleUpTo36, testScaleUpTo4, testScaleUpTo40, testScaleUpTo44, testScaleUpTo48, testScaleUpTo64, testScaleUpTo70, testScaleUpTo8
 
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

JohnsonGEDistancesTest

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

createShortestGEDistances

protected ShortestGEDistances createShortestGEDistances(IndexedGEDigraph digraph)
                                                 throws GENegativeWeightCycleException
Specified by:
createShortestGEDistances in class ShortestGEDistancesTest
GENegativeWeightCycleException

createShortestGEDistances

protected ShortestGEDistances createShortestGEDistances(IndexedGEDigraph digraph,
                                                        GEPathMeter pathMeter)
                                                 throws GENegativeWeightCycleException
Specified by:
createShortestGEDistances in class ShortestGEDistancesTest
GENegativeWeightCycleException

createGEDigraph

protected IndexedMutableGEDigraph createGEDigraph(int size)
Specified by:
createGEDigraph in class ShortestGEDistancesTest

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend