|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.dbunit.util.search.AbstractSearchTestCase
org.dbunit.util.search.DepthFirstSearchTest
public class DepthFirstSearchTest
Field Summary |
---|
Fields inherited from class org.dbunit.util.search.AbstractSearchTestCase |
---|
A, B, C, D, E, F, fAllEdgesSet, fEdgesPerNodeMap, fExpectedOutput, fInput, fSearch |
Constructor Summary | |
---|---|
DepthFirstSearchTest()
|
Method Summary | |
---|---|
void |
testBigConnectedCycle()
|
void |
testConnectedCycle()
|
void |
testCyclicAndSelfCyclic()
|
void |
testDisconnected()
|
void |
testDisconnectedCycles()
|
void |
testDisconnectedInverseOrder()
|
void |
testEmptyGraph()
|
void |
testMerge()
|
void |
testMultipleEdgesCycleFromA()
|
void |
testMultipleEdgesCycleFromB()
|
void |
testMultipleEdgesCycleFromBA()
|
void |
testMultipleEdgesMultipleSources()
|
void |
testMultipleEdgesOneSource()
|
void |
testSelfCyclic()
|
void |
testSingleEdge()
|
void |
testSingleEdgeMultipleInput()
|
void |
testSingleEdgeRepeatedInput()
|
void |
testSingleNode()
|
Methods inherited from class org.dbunit.util.search.AbstractSearchTestCase |
---|
addEdges, doIt, getCallback, getEdgesFromNode, getEdgesToNode, setInput, setOutput |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DepthFirstSearchTest()
Method Detail |
---|
public void testEmptyGraph() throws Exception
Exception
public void testSingleNode() throws Exception
Exception
public void testSingleEdge() throws Exception
Exception
public void testSingleEdgeMultipleInput() throws Exception
Exception
public void testSingleEdgeRepeatedInput() throws Exception
Exception
public void testDisconnected() throws Exception
Exception
public void testDisconnectedInverseOrder() throws Exception
Exception
public void testMultipleEdgesOneSource() throws Exception
Exception
public void testMultipleEdgesMultipleSources() throws Exception
Exception
public void testMultipleEdgesCycleFromA() throws Exception
Exception
public void testMultipleEdgesCycleFromB() throws Exception
Exception
public void testMultipleEdgesCycleFromBA() throws Exception
Exception
public void testSelfCyclic() throws Exception
Exception
public void testCyclicAndSelfCyclic() throws Exception
Exception
public void testDisconnectedCycles() throws Exception
Exception
public void testConnectedCycle() throws Exception
Exception
public void testBigConnectedCycle() throws Exception
Exception
public void testMerge() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |