|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.walend.toolkit.junit.TestCase | +--net.walend.digraph.test.GEDigraphTest | +--net.walend.digraph.test.MutableGEDigraphTest | +--net.walend.digraph.test.MutableHashGEDigraphTest
Field Summary |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
MutableHashGEDigraphTest(java.lang.String testName)
|
Method Summary | |
protected GEDigraph |
getEmptyTestGEDigraph()
|
protected MutableGEDigraph |
getEmptyTestMutableGEDigraph()
|
protected GEDigraph |
getTestGEDigraph()
|
protected MutableGEDigraph |
getTestMutableGEDigraph()
|
static junit.framework.Test |
suite()
|
void |
testConstructors()
|
void |
testEmptyConstructor()
|
void |
testIntConstructor()
|
Methods inherited from class net.walend.digraph.test.MutableGEDigraphTest |
testAddEdge, testAddNode, testAddNodes, testClear, testClearEdges, testRemoveEdgeByNodes, testRemoveGEDigraph, testRemoveNode, testRemoveNodes, testRetainNodes |
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 |
public MutableHashGEDigraphTest(java.lang.String testName)
Method Detail |
protected GEDigraph getEmptyTestGEDigraph()
getEmptyTestGEDigraph
in class GEDigraphTest
protected GEDigraph getTestGEDigraph()
getTestGEDigraph
in class GEDigraphTest
protected MutableGEDigraph getTestMutableGEDigraph()
getTestMutableGEDigraph
in class GEDigraphTest
protected MutableGEDigraph getEmptyTestMutableGEDigraph()
getEmptyTestMutableGEDigraph
in class GEDigraphTest
public void testEmptyConstructor()
testEmptyConstructor
in class MutableGEDigraphTest
public void testIntConstructor()
testIntConstructor
in class MutableGEDigraphTest
public void testConstructors()
public static junit.framework.Test suite()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |