net.walend.digraph.test
Class HashUEDigraphTest

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

public class HashUEDigraphTest
extends UEDigraphTest

Since:
20010621
Author:
David Walend

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
HashUEDigraphTest(java.lang.String testName)
           
 
Method Summary
protected  MutableUEDigraph getEmptyTestMutableUEDigraph()
           
protected  UEDigraph getEmptyTestUEDigraph()
           
protected  MutableUEDigraph getTestMutableUEDigraph()
           
protected  UEDigraph getTestUEDigraph()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.digraph.test.UEDigraphTest
testContainsEdge, testContainsEdge, testContainsEdge, testContainsEdgeAllWays, testContainsEdges, testContainsNode, testContainsNodes, testContainsUEDigraph, testCopyConstructor, testCountInboundEdges, testCountOutboundEdges, testEdgeCount, testEdgeIterator, testGetEdge, testGetEdges, testGetFromNode, testGetFromNodes, testGetInboundEdges, testGetNodes, testGetOutboundEdges, testGetToNode, testGetToNodes, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestUEDigraph, testSameUEDigraphAs, testToString, testUEDigraphAlgebraContainsUEDigraph, testUEDigraphAlgebraIntersectUEDigraphs, testUEDigraphAlgebraSameUEDigraphs, testUEDigraphAlgebraUnionUEDigraphs
 
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

HashUEDigraphTest

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

getEmptyTestUEDigraph

protected UEDigraph getEmptyTestUEDigraph()
Specified by:
getEmptyTestUEDigraph in class UEDigraphTest

getTestUEDigraph

protected UEDigraph getTestUEDigraph()
Specified by:
getTestUEDigraph in class UEDigraphTest

getTestMutableUEDigraph

protected MutableUEDigraph getTestMutableUEDigraph()
Specified by:
getTestMutableUEDigraph in class UEDigraphTest

getEmptyTestMutableUEDigraph

protected MutableUEDigraph getEmptyTestMutableUEDigraph()
Specified by:
getEmptyTestMutableUEDigraph in class UEDigraphTest

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend