net.walend.digraph.test
Class HashGEDigraphTest

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

public class HashGEDigraphTest
extends GEDigraphTest

Since:
20010812
Author:
David Walend

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
HashGEDigraphTest(java.lang.String testName)
           
 
Method Summary
protected  GEDigraph getEmptyTestGEDigraph()
           
protected  MutableGEDigraph getEmptyTestMutableGEDigraph()
           
protected  GEDigraph getTestGEDigraph()
           
protected  MutableGEDigraph getTestMutableGEDigraph()
           
static junit.framework.Test suite()
           
 
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, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestGEDigraph, testSameGEDigraphAs, testToString
 
Methods inherited from class net.walend.toolkit.junit.TestCase
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

HashGEDigraphTest

public HashGEDigraphTest(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

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend