net.walend.digraph.test
Class MutableMatrixUEDigraphTest

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

public class MutableMatrixUEDigraphTest
extends MutableUEDigraphTest

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableMatrixUEDigraphTest(java.lang.String testName)
           
 
Method Summary
protected  MutableUEDigraph getEmptyTestMutableUEDigraph()
           
protected  UEDigraph getEmptyTestUEDigraph()
           
protected  MutableUEDigraph getTestMutableUEDigraph()
           
protected  UEDigraph getTestUEDigraph()
           
static junit.framework.Test suite()
           
 void testEmptyConstructor()
           
 void testIntConstructor()
           
 
Methods inherited from class net.walend.digraph.test.MutableUEDigraphTest
testAddEdge, testAddNode, testAddNodes, testClear, testClearEdges, testRemoveEdgeByEdge, testRemoveEdgeByNodes, testRemoveEdges, testRemoveNode, testRemoveNodes, testRemoveUEDigraph, testRetainEdges, testRetainNodes
 
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

MutableMatrixUEDigraphTest

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

testEmptyConstructor

public void testEmptyConstructor()
Specified by:
testEmptyConstructor in class MutableUEDigraphTest

testIntConstructor

public void testIntConstructor()
Specified by:
testIntConstructor in class MutableUEDigraphTest

suite

public static junit.framework.Test suite()


Copyright (c) 2001, 2002, David Walend