|
||||||||||
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.dataset.AbstractTest
org.dbunit.dataset.AbstractDataSetTest
org.dbunit.database.DatabaseDataSetTest
public class DatabaseDataSetTest
Constructor Summary | |
---|---|
DatabaseDataSetTest(String s)
|
Method Summary | |
---|---|
protected IDataSet |
createDataSet()
|
protected IDataSet |
createDuplicateDataSet()
|
protected IDataSet |
createMultipleCaseDuplicateDataSet()
Create a dataset with duplicate tables having different char case in name |
protected String[] |
getExpectedNames()
|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testCreateDuplicateDataSet()
|
void |
testCreateMultipleCaseDuplicateDataSet()
|
void |
testGetColumnsAndQualifiedNamesEnabled()
|
void |
testGetPrimaryKeysAndQualifiedNamesEnabled()
|
void |
testGetPrimaryKeysWithColumnFilters()
|
void |
testGetQualifiedTableNames()
|
void |
testGetSelectStatement()
|
void |
testGetSelectStatementWithEscapedNames()
|
void |
testGetSelectStatementWithEscapedNamesAndOrderBy()
|
void |
testGetSelectStatementWithPrimaryKeys()
|
Methods inherited from class org.dbunit.dataset.AbstractTest |
---|
assertContains, assertContainsIgnoreCase, assertEqualsIgnoreCase, getDuplicateTableName, getExpectedDuplicateNames, getExpectedLowerNames, getExtraTableName |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 DatabaseDataSetTest(String s)
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected IDataSet createDataSet() throws Exception
createDataSet
in class AbstractDataSetTest
Exception
protected String[] getExpectedNames() throws Exception
getExpectedNames
in class AbstractTest
Exception
protected IDataSet createDuplicateDataSet() throws Exception
createDuplicateDataSet
in class AbstractDataSetTest
Exception
protected IDataSet createMultipleCaseDuplicateDataSet() throws Exception
AbstractDataSetTest
createMultipleCaseDuplicateDataSet
in class AbstractDataSetTest
Exception
public void testGetSelectStatement() throws Exception
Exception
public void testGetSelectStatementWithEscapedNames() throws Exception
Exception
public void testGetSelectStatementWithEscapedNamesAndOrderBy() throws Exception
Exception
public void testGetSelectStatementWithPrimaryKeys() throws Exception
Exception
public void testGetQualifiedTableNames() throws Exception
Exception
public void testGetColumnsAndQualifiedNamesEnabled() throws Exception
Exception
public void testGetPrimaryKeysAndQualifiedNamesEnabled() throws Exception
Exception
public void testGetPrimaryKeysWithColumnFilters() throws Exception
Exception
public void testCreateDuplicateDataSet() throws Exception
testCreateDuplicateDataSet
in class AbstractDataSetTest
Exception
public void testCreateMultipleCaseDuplicateDataSet() throws Exception
testCreateMultipleCaseDuplicateDataSet
in class AbstractDataSetTest
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |