net.walend.digraph.test
Class MatrixUEDigraphTest

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

public class MatrixUEDigraphTest
extends UEDigraphTest

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MatrixUEDigraphTest(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, testImmutable, testIsEdgeFree, testIsEmpty, testNodeCount, testNodeIterator, testQueriesOnEmpty, testQueriesOnTestUEDigraph, testSameUEDigraphAs, testSerialization, testToString, testUEDigraphAlgebraContainsUEDigraph, testUEDigraphAlgebraIntersectUEDigraphs, testUEDigraphAlgebraSameUEDigraphs, testUEDigraphAlgebraUnionUEDigraphs
 
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

MatrixUEDigraphTest

public MatrixUEDigraphTest(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) 2001, 2002, David Walend