|
||||||||||
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.QueryDataSetTest
public class QueryDataSetTest
Constructor Summary | |
---|---|
QueryDataSetTest(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 |
testCombinedWhere()
|
void |
testGetAllColumnsWithStar()
|
void |
testGetAllRowsSingleColumn()
|
void |
testGetSelectPartialData()
|
void |
testGetSelectPartialData2()
|
void |
testMultipleTables()
|
void |
testMultipleTablesWithMissingWhere()
|
void |
testOnlySpecifiedColumnsReturned()
|
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 QueryDataSetTest(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 String[] getExpectedNames() throws Exception
getExpectedNames
in class AbstractTest
Exception
protected IDataSet createDataSet() throws Exception
createDataSet
in class AbstractDataSetTest
Exception
protected IDataSet createDuplicateDataSet() throws Exception
createDuplicateDataSet
in class AbstractDataSetTest
Exception
protected IDataSet createMultipleCaseDuplicateDataSet() throws Exception
AbstractDataSetTest
createMultipleCaseDuplicateDataSet
in class AbstractDataSetTest
Exception
public void testGetSelectPartialData() throws Exception
Exception
public void testGetAllColumnsWithStar() throws Exception
Exception
public void testGetAllRowsSingleColumn() throws Exception
Exception
public void testOnlySpecifiedColumnsReturned() throws Exception
Exception
public void testGetSelectPartialData2() throws Exception
Exception
public void testCombinedWhere() throws Exception
Exception
public void testMultipleTables() throws Exception
Exception
public void testMultipleTablesWithMissingWhere() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |