|
|||||||||||
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.CEDigraphTest | +--net.walend.digraph.test.MutableCEDigraphTest | +--net.walend.digraph.test.MutableMatrixCEDigraphTest
Field Summary |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
MutableMatrixCEDigraphTest(java.lang.String testName)
|
Method Summary | |
protected CEDigraph |
getEmptyTestCEDigraph()
|
protected MutableCEDigraph |
getEmptyTestMutableCEDigraph()
|
protected CEDigraph |
getTestCEDigraph()
|
protected MutableCEDigraph |
getTestMutableCEDigraph()
|
static junit.framework.Test |
suite()
|
void |
testConstructors()
|
void |
testEmptyConstructor()
|
void |
testIntConstructor()
|
Methods inherited from class net.walend.digraph.test.MutableCEDigraphTest |
testAddEdge, testAddNode, testAddNodes, testClear, testClearEdges, testRemoveCEDigraph, testRemoveEdgeByNodes, 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 MutableMatrixCEDigraphTest(java.lang.String testName)
Method Detail |
protected CEDigraph getEmptyTestCEDigraph()
getEmptyTestCEDigraph
in class CEDigraphTest
protected CEDigraph getTestCEDigraph()
getTestCEDigraph
in class CEDigraphTest
protected MutableCEDigraph getTestMutableCEDigraph()
getTestMutableCEDigraph
in class CEDigraphTest
protected MutableCEDigraph getEmptyTestMutableCEDigraph()
getEmptyTestMutableCEDigraph
in class CEDigraphTest
public void testEmptyConstructor()
testEmptyConstructor
in class MutableCEDigraphTest
public void testIntConstructor()
testIntConstructor
in class MutableCEDigraphTest
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 |