|
||||||||||
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.AbstractTableTest
org.dbunit.dataset.SortedTableTest
public class SortedTableTest
Field Summary |
---|
Fields inherited from class org.dbunit.dataset.AbstractTableTest |
---|
COLUMN_COUNT, logger, ROW_COUNT |
Constructor Summary | |
---|---|
SortedTableTest(String s)
|
Method Summary | |
---|---|
protected IDataSet |
createDataSet()
|
protected ITable |
createTable()
Creates a table having 6 row and 4 column where columns are named "COLUMN1, COLUMN2, COLUMN3, COLUMN4" and values are string follwing this template "row ? col ?" |
void |
testCustomColumnsWithDifferentColumnTypesButSameName()
|
void |
testCustomColumnsWithUnknownColumn()
|
void |
testCustomColumnsWithUnknownColumnName()
|
void |
testGetMissingValue()
|
void |
testSetUseComparableTooLate()
|
void |
testSortByComparable()
|
void |
testSortByString()
Tests the sort by string which is the default behavior |
Methods inherited from class org.dbunit.dataset.AbstractTableTest |
---|
runTest, runTest, testGetRowCount, testGetValue, testGetValueAndNoSuchColumn, testGetValueCaseInsensitive, testGetValueRowBounds, testTableMetaData |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, 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 |
---|
public SortedTableTest(String s)
Method Detail |
---|
protected ITable createTable() throws Exception
AbstractTableTest
createTable
in class AbstractTableTest
Exception
protected IDataSet createDataSet() throws Exception
Exception
public void testSetUseComparableTooLate() throws Exception
Exception
public void testSortByComparable() throws Exception
Exception
public void testSortByString() throws Exception
Exception
public void testGetMissingValue() throws Exception
testGetMissingValue
in class AbstractTableTest
Exception
public void testCustomColumnsWithUnknownColumnName() throws Exception
Exception
public void testCustomColumnsWithUnknownColumn() throws Exception
Exception
public void testCustomColumnsWithDifferentColumnTypesButSameName() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |