Class DepthFirstSearchTest

java.lang.Object
org.dbunit.util.search.AbstractSearchTestCase
org.dbunit.util.search.DepthFirstSearchTest
Direct Known Subclasses:
BiDirectionalEdgesDepthFirstSearchTest

public class DepthFirstSearchTest extends AbstractSearchTestCase
Since:
Aug 25, 2005
Version:
$Revision$
Author:
Felipe Leme (dbunit@felipeal.net)
  • Constructor Details

    • DepthFirstSearchTest

      public DepthFirstSearchTest()
  • Method Details

    • testEmptyGraph

      @Test public void testEmptyGraph() throws Exception
      Throws:
      Exception
    • testSingleNode

      @Test public void testSingleNode() throws Exception
      Throws:
      Exception
    • testSingleEdge

      @Test public void testSingleEdge() throws Exception
      Throws:
      Exception
    • testSingleEdgeMultipleInput

      @Test public void testSingleEdgeMultipleInput() throws Exception
      Throws:
      Exception
    • testSingleEdgeRepeatedInput

      @Test public void testSingleEdgeRepeatedInput() throws Exception
      Throws:
      Exception
    • testDisconnected

      @Test public void testDisconnected() throws Exception
      Throws:
      Exception
    • testDisconnectedInverseOrder

      @Test public void testDisconnectedInverseOrder() throws Exception
      Throws:
      Exception
    • testMultipleEdgesOneSource

      @Test public void testMultipleEdgesOneSource() throws Exception
      Throws:
      Exception
    • testMultipleEdgesMultipleSources

      @Test public void testMultipleEdgesMultipleSources() throws Exception
      Throws:
      Exception
    • testMultipleEdgesCycleFromA

      @Test public void testMultipleEdgesCycleFromA() throws Exception
      Throws:
      Exception
    • testMultipleEdgesCycleFromB

      @Test public void testMultipleEdgesCycleFromB() throws Exception
      Throws:
      Exception
    • testMultipleEdgesCycleFromBA

      @Test public void testMultipleEdgesCycleFromBA() throws Exception
      Throws:
      Exception
    • testSelfCyclic

      @Test public void testSelfCyclic() throws Exception
      Throws:
      Exception
    • testCyclicAndSelfCyclic

      @Test public void testCyclicAndSelfCyclic() throws Exception
      Throws:
      Exception
    • testDisconnectedCycles

      @Test public void testDisconnectedCycles() throws Exception
      Throws:
      Exception
    • testConnectedCycle

      @Test public void testConnectedCycle() throws Exception
      Throws:
      Exception
    • testBigConnectedCycle

      @Test public void testBigConnectedCycle() throws Exception
      Throws:
      Exception
    • testMerge

      @Test public void testMerge() throws Exception
      Throws:
      Exception