|
||||||||||
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.database.search.TablesDependencyHelperTest
public class TablesDependencyHelperTest
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 |
---|
public TablesDependencyHelperTest()
Method Detail |
---|
protected void setUp(String sqlFile) throws Exception
Exception
protected void setUp(String[] sqlFileList) throws Exception
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testGetDependentTablesFromOneTable() throws Exception
Exception
public void testGetDependentTablesFromOneTable_RootTableDoesNotExist() throws Exception
Exception
public void testGetDependentTablesFromManyTables() throws Exception
Exception
public void testGetAllDependentTablesFromOneTable() throws Exception
Exception
public void testGetAllDependentTablesFromManyTables() throws Exception
Exception
public void testGetAllDatasetFromOneTable() throws Exception
Exception
public void testGetAllDatasetFromOneTable_SeparateSchema() throws Exception
Exception
public void testGetDatasetFromManyTables() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |