org.dbunit.util.search
Class IncludeNodesSearchCallbackTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.util.search.AbstractSearchTestCase
              extended by org.dbunit.util.search.IncludeNodesSearchCallbackTest
All Implemented Interfaces:
junit.framework.Test

public class IncludeNodesSearchCallbackTest
extends AbstractSearchTestCase

Since:
Aug 25, 2005
Version:
$Revision: 769 $
Author:
Felipe Leme (dbunit@felipeal.net)

Field Summary
 
Fields inherited from class org.dbunit.util.search.AbstractSearchTestCase
A, B, C, D, E, F, fAllEdgesSet, fEdgesPerNodeMap, fExpectedOutput, fInput, fSearch
 
Constructor Summary
IncludeNodesSearchCallbackTest()
           
 
Method Summary
protected  ISearchCallback getCallback()
           
protected  void setAllowed(Object[] allowedNodes)
           
 void testDisconnected()
           
 void testDisconnectedAllowedC()
           
 void testSingleEdgeAllowedA()
           
 void testSingleEdgeAllowedB()
           
 void testSingleEdgeMultipleInputAllowedB()
           
 void testSingleNode()
           
 
Methods inherited from class org.dbunit.util.search.AbstractSearchTestCase
addEdges, doIt, 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

IncludeNodesSearchCallbackTest

public IncludeNodesSearchCallbackTest()
Method Detail

getCallback

protected ISearchCallback getCallback()
Overrides:
getCallback in class AbstractSearchTestCase

setAllowed

protected void setAllowed(Object[] allowedNodes)

testSingleNode

public void testSingleNode()
                    throws Exception
Throws:
Exception

testSingleEdgeAllowedA

public void testSingleEdgeAllowedA()
                            throws Exception
Throws:
Exception

testSingleEdgeAllowedB

public void testSingleEdgeAllowedB()
                            throws Exception
Throws:
Exception

testSingleEdgeMultipleInputAllowedB

public void testSingleEdgeMultipleInputAllowedB()
                                         throws Exception
Throws:
Exception

testDisconnected

public void testDisconnected()
                      throws Exception
Throws:
Exception

testDisconnectedAllowedC

public void testDisconnectedAllowedC()
                              throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.