|
|||||||||||
| 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.path.test.GEPathTest
|
+--net.walend.digraph.path.test.ListGEPathTest
| Field Summary |
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
ListGEPathTest(java.lang.String testName)
|
|
| Method Summary | |
protected GEPath |
getCyclicTestGEPath()
|
protected MutableGEPath |
getCyclicTestMutableGEPath()
|
protected GEDigraph |
getEmptyTestGEDigraph()
|
protected MutableGEDigraph |
getEmptyTestMutableGEDigraph()
|
protected GEPath |
getOneNodeGEPath()
|
protected MutableGEPath |
getOneNodeMutableGEPath()
|
protected GEDigraph |
getTestGEDigraph()
|
protected GEPath |
getTestGEPath()
|
protected MutableGEDigraph |
getTestMutableGEDigraph()
|
protected MutableGEPath |
getTestMutableGEPath()
|
static junit.framework.Test |
suite()
|
void |
testConstructors()
|
| 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 ListGEPathTest(java.lang.String testName)
| Method Detail |
protected GEDigraph getEmptyTestGEDigraph()
getEmptyTestGEDigraph in class GEDigraphTestprotected GEDigraph getTestGEDigraph()
getTestGEDigraph in class GEDigraphTestprotected MutableGEDigraph getTestMutableGEDigraph()
getTestMutableGEDigraph in class GEDigraphTestprotected MutableGEDigraph getEmptyTestMutableGEDigraph()
getEmptyTestMutableGEDigraph in class GEDigraphTestprotected GEPath getOneNodeGEPath()
getOneNodeGEPath in class GEPathTestprotected MutableGEPath getOneNodeMutableGEPath()
getOneNodeMutableGEPath in class GEPathTestprotected GEPath getTestGEPath()
getTestGEPath in class GEPathTestprotected MutableGEPath getTestMutableGEPath()
getTestMutableGEPath in class GEPathTestprotected GEPath getCyclicTestGEPath()
getCyclicTestGEPath in class GEPathTestprotected MutableGEPath getCyclicTestMutableGEPath()
getCyclicTestMutableGEPath in class GEPathTest
public void testConstructors()
throws NodeMissingException,
EdgeMissingException
NodeMissingException
EdgeMissingExceptionpublic static junit.framework.Test suite()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||