Method Summary |
|
public void | setUp() Sets up instance variables required by this test case. |
public void | testGetAsciiStream() Tests the getAsciiStream implementation. |
public void | testGetBigDecimal() Tests the getBigDecimal implementation. |
public void | testGetBinaryStream() Tests the getBinaryStream implementation. |
public void | testGetBlob() Tests the getBlob implementation. |
public void | testGetBoolean() Tests the getBoolean implementation. |
public void | testGetByte() Tests the getByte implementation. |
public void | testGetBytes() Tests the getByte implementation. |
public void | testGetCharacterStream() Tests the getCharacterStream implementation. |
public void | testGetClob() Tests the getClob implementation. |
public void | testGetDate() Tests the getDate implementation. |
public void | testGetDouble() Tests the getDouble implementation. |
public void | testGetFloat() Tests the getFloat implementation. |
public void | testGetInt() Tests the getInt implementation. |
public void | testGetLong() Tests the getLong implementation. |
public void | testGetObject() Tests the getObject implementation. |
public void | testGetRef() Tests the getRef implementation. |
public void | testGetShort() Tests the getShort implementation. |
public void | testGetString() Tests the getString implementation. |
public void | testGetTime() Tests the getTime implementation. |
public void | testGetTimestamp() Tests the getTimestamp implementation. |
public void | testSetNullAsciiStream() Tests the setNullAsciiStream implementation. |
public void | testSetNullBigDecimal() Tests the setNullBigDecimal implementation. |
public void | testSetNullBinaryStream() Tests the setNullBinaryStream implementation. |
public void | testSetNullBlob() Tests the setNullBlob implementation. |
public void | testSetNullBoolean() Tests the setNullBoolean implementation. |
public void | testSetNullByte() Tests the setNullByte implementation. |
public void | testSetNullBytes() Tests the setNullByte implementation. |
public void | testSetNullCharacterStream() Tests the setNullCharacterStream implementation. |
public void | testSetNullClob() Tests the setNullClob implementation. |
public void | testSetNullDate() Tests the setNullDate implementation. |
public void | testSetNullDouble() Tests the setNullDouble implementation. |
public void | testSetNullFloat() Tests the setNullFloat implementation. |
public void | testSetNullInt() Tests the setNullInt implementation. |
public void | testSetNullLong() Tests the setNullLong implementation. |
public void | testSetNullObject() Tests the setNullObject implementation. |
public void | testSetNullRef() Tests the setNullRef implementation. |
public void | testSetNullShort() Tests the setNullShort implementation. |
public void | testSetNullString() Tests the setNullString implementation. |
public void | testSetNullTime() Tests the setNullTime implementation. |
public void | testSetNullTimestamp() Tests the setNullTimestamp implementation. |
public void | testURL() Tests the getURL and setNullURL implementations. |