|
||||||||||
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.apache.commons.dbutils.BaseTestCase
org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
public class SqlNullCheckedResultSetTest
Test cases for SqlNullCheckedResultSet
class.
Field Summary |
---|
Fields inherited from class org.apache.commons.dbutils.BaseTestCase |
---|
COLS, emptyResultSet, metaData, ROWS |
Constructor Summary | |
---|---|
SqlNullCheckedResultSetTest()
|
Method Summary | |
---|---|
void |
setUp()
Sets up instance variables required by this test case. |
void |
testGetAsciiStream()
Tests the getAsciiStream implementation. |
void |
testGetBigDecimal()
Tests the getBigDecimal implementation. |
void |
testGetBinaryStream()
Tests the getBinaryStream implementation. |
void |
testGetBlob()
Tests the getBlob implementation. |
void |
testGetBoolean()
Tests the getBoolean implementation. |
void |
testGetByte()
Tests the getByte implementation. |
void |
testGetBytes()
Tests the getByte implementation. |
void |
testGetCharacterStream()
Tests the getCharacterStream implementation. |
void |
testGetClob()
Tests the getClob implementation. |
void |
testGetDate()
Tests the getDate implementation. |
void |
testGetDouble()
Tests the getDouble implementation. |
void |
testGetFloat()
Tests the getFloat implementation. |
void |
testGetInt()
Tests the getInt implementation. |
void |
testGetLong()
Tests the getLong implementation. |
void |
testGetObject()
Tests the getObject implementation. |
void |
testGetRef()
Tests the getRef implementation. |
void |
testGetShort()
Tests the getShort implementation. |
void |
testGetString()
Tests the getString implementation. |
void |
testGetTime()
Tests the getTime implementation. |
void |
testGetTimestamp()
Tests the getTimestamp implementation. |
void |
testSetNullAsciiStream()
Tests the setNullAsciiStream implementation. |
void |
testSetNullBigDecimal()
Tests the setNullBigDecimal implementation. |
void |
testSetNullBinaryStream()
Tests the setNullBinaryStream implementation. |
void |
testSetNullBlob()
Tests the setNullBlob implementation. |
void |
testSetNullBoolean()
Tests the setNullBoolean implementation. |
void |
testSetNullByte()
Tests the setNullByte implementation. |
void |
testSetNullBytes()
Tests the setNullByte implementation. |
void |
testSetNullCharacterStream()
Tests the setNullCharacterStream implementation. |
void |
testSetNullClob()
Tests the setNullClob implementation. |
void |
testSetNullDate()
Tests the setNullDate implementation. |
void |
testSetNullDouble()
Tests the setNullDouble implementation. |
void |
testSetNullFloat()
Tests the setNullFloat implementation. |
void |
testSetNullInt()
Tests the setNullInt implementation. |
void |
testSetNullLong()
Tests the setNullLong implementation. |
void |
testSetNullObject()
Tests the setNullObject implementation. |
void |
testSetNullRef()
Tests the setNullRef implementation. |
void |
testSetNullShort()
Tests the setNullShort implementation. |
void |
testSetNullString()
Tests the setNullString implementation. |
void |
testSetNullTime()
Tests the setNullTime implementation. |
void |
testSetNullTimestamp()
Tests the setNullTimestamp implementation. |
void |
testURL()
Tests the getURL and setNullURL implementations. |
Methods inherited from class org.apache.commons.dbutils.BaseTestCase |
---|
createMockResultSet |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SqlNullCheckedResultSetTest()
Method Detail |
---|
public void setUp() throws Exception
setUp
in class BaseTestCase
Exception
TestCase.setUp()
public void testGetAsciiStream() throws SQLException
SQLException
public void testGetBigDecimal() throws SQLException
SQLException
public void testGetBinaryStream() throws SQLException
SQLException
public void testGetBlob() throws SQLException
SQLException
public void testGetBoolean() throws SQLException
SQLException
public void testGetByte() throws SQLException
SQLException
public void testGetBytes() throws SQLException
SQLException
public void testGetCharacterStream() throws SQLException
SQLException
public void testGetClob() throws SQLException
SQLException
public void testGetDate() throws SQLException
SQLException
public void testGetDouble() throws SQLException
SQLException
public void testGetFloat() throws SQLException
SQLException
public void testGetInt() throws SQLException
SQLException
public void testGetLong() throws SQLException
SQLException
public void testGetObject() throws SQLException
SQLException
public void testGetRef() throws SQLException
SQLException
public void testGetShort() throws SQLException
SQLException
public void testGetString() throws SQLException
SQLException
public void testGetTime() throws SQLException
SQLException
public void testGetTimestamp() throws SQLException
SQLException
public void testURL() throws SQLException, MalformedURLException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
SQLException
MalformedURLException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
public void testSetNullAsciiStream() throws SQLException
SQLException
public void testSetNullBigDecimal() throws SQLException
SQLException
public void testSetNullBinaryStream() throws SQLException
SQLException
public void testSetNullBlob() throws SQLException
SQLException
public void testSetNullBoolean() throws SQLException
SQLException
public void testSetNullByte() throws SQLException
SQLException
public void testSetNullBytes() throws SQLException
SQLException
public void testSetNullCharacterStream() throws SQLException
SQLException
public void testSetNullClob() throws SQLException
SQLException
public void testSetNullDate() throws SQLException
SQLException
public void testSetNullDouble() throws SQLException
SQLException
public void testSetNullFloat() throws SQLException
SQLException
public void testSetNullInt() throws SQLException
SQLException
public void testSetNullLong() throws SQLException
SQLException
public void testSetNullObject() throws SQLException
SQLException
public void testSetNullShort() throws SQLException
SQLException
public void testSetNullString() throws SQLException
SQLException
public void testSetNullRef() throws SQLException
SQLException
public void testSetNullTime() throws SQLException
SQLException
public void testSetNullTimestamp() throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |