|
||||||||||
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.DatabaseTestCase
org.dbunit.AbstractDatabaseTest
org.dbunit.operation.UpdateOperationTest
public class UpdateOperationTest
Field Summary |
---|
Fields inherited from class org.dbunit.AbstractDatabaseTest |
---|
_connection, logger |
Constructor Summary | |
---|---|
UpdateOperationTest(String s)
|
Method Summary | |
---|---|
protected IDataSet |
getDataSet()
|
void |
testExecute()
|
void |
testExecuteAndNoPrimaryKeys()
|
void |
testExecuteCaseInsensitive()
|
void |
testExecuteForwardOnly()
|
void |
testExecuteWithEmptyTable()
|
void |
testExecuteWithEscapedName()
|
void |
testMockExecute()
|
void |
testUpdateBlob()
|
void |
testUpdateClob()
|
Methods inherited from class org.dbunit.AbstractDatabaseTest |
---|
closeConnection, createOrderedTable, environmentHasFeature, getConnection, getDatabaseTester, getEnvironment, runTest, runTest, setUp, tearDown |
Methods inherited from class org.dbunit.DatabaseTestCase |
---|
getSetUpOperation, getTearDownOperation, newDatabaseTester |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, 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 UpdateOperationTest(String s)
Method Detail |
---|
protected IDataSet getDataSet() throws Exception
getDataSet
in class AbstractDatabaseTest
Exception
public void testMockExecute() throws Exception
Exception
public void testExecuteWithEscapedName() throws Exception
Exception
public void testExecuteWithEmptyTable() throws Exception
Exception
public void testUpdateClob() throws Exception
Exception
public void testUpdateBlob() throws Exception
Exception
public void testExecute() throws Exception
Exception
public void testExecuteCaseInsensitive() throws Exception
Exception
public void testExecuteForwardOnly() throws Exception
Exception
public void testExecuteAndNoPrimaryKeys() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |