org.dbunit.database.search
Class TablesDependencyHelperTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.database.search.TablesDependencyHelperTest
All Implemented Interfaces:
junit.framework.Test

public class TablesDependencyHelperTest
extends junit.framework.TestCase

Since:
Aug 28, 2005
Version:
$Revision: 806 $ $Date: 2008-09-16 12:14:06 +0200 (Tue, 16 Sep 2008) $
Author:
Felipe Leme (dbunit@felipeal.net), Last changed by: $Author: gommma $

Constructor Summary
TablesDependencyHelperTest()
           
 
Method Summary
protected  void setUp(String sqlFile)
           
protected  void setUp(String[] sqlFileList)
           
protected  void tearDown()
           
 void testGetAllDatasetFromOneTable_SeparateSchema()
           
 void testGetAllDatasetFromOneTable()
           
 void testGetAllDependentTablesFromManyTables()
           
 void testGetAllDependentTablesFromOneTable()
           
 void testGetDatasetFromManyTables()
          Ensure the order is not lost on the way because of the conversion between Map and Array
 void testGetDependentTablesFromManyTables()
           
 void testGetDependentTablesFromOneTable_RootTableDoesNotExist()
           
 void testGetDependentTablesFromOneTable()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

TablesDependencyHelperTest

public TablesDependencyHelperTest()
Method Detail

setUp

protected void setUp(String sqlFile)
              throws Exception
Throws:
Exception

setUp

protected void setUp(String[] sqlFileList)
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testGetDependentTablesFromOneTable

public void testGetDependentTablesFromOneTable()
                                        throws Exception
Throws:
Exception

testGetDependentTablesFromOneTable_RootTableDoesNotExist

public void testGetDependentTablesFromOneTable_RootTableDoesNotExist()
                                                              throws Exception
Throws:
Exception

testGetDependentTablesFromManyTables

public void testGetDependentTablesFromManyTables()
                                          throws Exception
Throws:
Exception

testGetAllDependentTablesFromOneTable

public void testGetAllDependentTablesFromOneTable()
                                           throws Exception
Throws:
Exception

testGetAllDependentTablesFromManyTables

public void testGetAllDependentTablesFromManyTables()
                                             throws Exception
Throws:
Exception

testGetAllDatasetFromOneTable

public void testGetAllDatasetFromOneTable()
                                   throws Exception
Throws:
Exception

testGetAllDatasetFromOneTable_SeparateSchema

public void testGetAllDatasetFromOneTable_SeparateSchema()
                                                  throws Exception
Throws:
Exception

testGetDatasetFromManyTables

public void testGetDatasetFromManyTables()
                                  throws Exception
Ensure the order is not lost on the way because of the conversion between Map and Array

Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.