Java Doc for SqlNullCheckedResultSetTest.java in » Database-JDBC-Connection-Pool » Database-Utilities » org » apache » commons » dbutils » wrappers » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Database JDBC Connection Pool
»
Database Utilities
»
org.apache.commons.dbutils.wrappers
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.commons.dbutils
.BaseTestCase
org.apache.commons.dbutils.wrappers
.SqlNullCheckedResultSetTest
SqlNullCheckedResultSetTest
public
class SqlNullCheckedResultSetTest extends
BaseTestCase
(Code)
Test cases for
SqlNullCheckedResultSet
class.
Constructor Summary
public
SqlNullCheckedResultSetTest
(
String
name)
Constructs a new instance of
SqlNullCheckedResultSetTestCase
with the specified name.
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.
Constructor Detail
SqlNullCheckedResultSetTest
public
SqlNullCheckedResultSetTest(
String
name)
(Code)
Constructs a new instance of
SqlNullCheckedResultSetTestCase
with the specified name.
Parameters:
name - the test case name
Method Detail
setUp
public
void setUp() throws
Exception
(Code)
Sets up instance variables required by this test case.
testGetAsciiStream
public
void testGetAsciiStream() throws
SQLException
(Code)
Tests the getAsciiStream implementation.
testGetBigDecimal
public
void testGetBigDecimal() throws
SQLException
(Code)
Tests the getBigDecimal implementation.
testGetBinaryStream
public
void testGetBinaryStream() throws
SQLException
(Code)
Tests the getBinaryStream implementation.
testGetBlob
public
void testGetBlob() throws
SQLException
(Code)
Tests the getBlob implementation.
testGetBoolean
public
void testGetBoolean() throws
SQLException
(Code)
Tests the getBoolean implementation.
testGetByte
public
void testGetByte() throws
SQLException
(Code)
Tests the getByte implementation.
testGetBytes
public
void testGetBytes() throws
SQLException
(Code)
Tests the getByte implementation.
testGetCharacterStream
public
void testGetCharacterStream() throws
SQLException
(Code)
Tests the getCharacterStream implementation.
testGetClob
public
void testGetClob() throws
SQLException
(Code)
Tests the getClob implementation.
testGetDate
public
void testGetDate() throws
SQLException
(Code)
Tests the getDate implementation.
testGetDouble
public
void testGetDouble() throws
SQLException
(Code)
Tests the getDouble implementation.
testGetFloat
public
void testGetFloat() throws
SQLException
(Code)
Tests the getFloat implementation.
testGetInt
public
void testGetInt() throws
SQLException
(Code)
Tests the getInt implementation.
testGetLong
public
void testGetLong() throws
SQLException
(Code)
Tests the getLong implementation.
testGetObject
public
void testGetObject() throws
SQLException
(Code)
Tests the getObject implementation.
testGetRef
public
void testGetRef() throws
SQLException
(Code)
Tests the getRef implementation.
testGetShort
public
void testGetShort() throws
SQLException
(Code)
Tests the getShort implementation.
testGetString
public
void testGetString() throws
SQLException
(Code)
Tests the getString implementation.
testGetTime
public
void testGetTime() throws
SQLException
(Code)
Tests the getTime implementation.
testGetTimestamp
public
void testGetTimestamp() throws
SQLException
(Code)
Tests the getTimestamp implementation.
testSetNullAsciiStream
public
void testSetNullAsciiStream() throws
SQLException
(Code)
Tests the setNullAsciiStream implementation.
testSetNullBigDecimal
public
void testSetNullBigDecimal() throws
SQLException
(Code)
Tests the setNullBigDecimal implementation.
testSetNullBinaryStream
public
void testSetNullBinaryStream() throws
SQLException
(Code)
Tests the setNullBinaryStream implementation.
testSetNullBlob
public
void testSetNullBlob() throws
SQLException
(Code)
Tests the setNullBlob implementation.
testSetNullBoolean
public
void testSetNullBoolean() throws
SQLException
(Code)
Tests the setNullBoolean implementation.
testSetNullByte
public
void testSetNullByte() throws
SQLException
(Code)
Tests the setNullByte implementation.
testSetNullBytes
public
void testSetNullBytes() throws
SQLException
(Code)
Tests the setNullByte implementation.
testSetNullCharacterStream
public
void testSetNullCharacterStream() throws
SQLException
(Code)
Tests the setNullCharacterStream implementation.
testSetNullClob
public
void testSetNullClob() throws
SQLException
(Code)
Tests the setNullClob implementation.
testSetNullDate
public
void testSetNullDate() throws
SQLException
(Code)
Tests the setNullDate implementation.
testSetNullDouble
public
void testSetNullDouble() throws
SQLException
(Code)
Tests the setNullDouble implementation.
testSetNullFloat
public
void testSetNullFloat() throws
SQLException
(Code)
Tests the setNullFloat implementation.
testSetNullInt
public
void testSetNullInt() throws
SQLException
(Code)
Tests the setNullInt implementation.
testSetNullLong
public
void testSetNullLong() throws
SQLException
(Code)
Tests the setNullLong implementation.
testSetNullObject
public
void testSetNullObject() throws
SQLException
(Code)
Tests the setNullObject implementation.
testSetNullRef
public
void testSetNullRef() throws
SQLException
(Code)
Tests the setNullRef implementation.
testSetNullShort
public
void testSetNullShort() throws
SQLException
(Code)
Tests the setNullShort implementation.
testSetNullString
public
void testSetNullString() throws
SQLException
(Code)
Tests the setNullString implementation.
testSetNullTime
public
void testSetNullTime() throws
SQLException
(Code)
Tests the setNullTime implementation.
testSetNullTimestamp
public
void testSetNullTimestamp() throws
SQLException
(Code)
Tests the setNullTimestamp implementation.
testURL
public
void testURL() throws
SQLException
,
MalformedURLException
,
IllegalAccessException
,
IllegalArgumentException
,
java.lang.reflect.InvocationTargetException
(Code)
Tests the getURL and setNullURL implementations. Uses reflection to allow for building under JDK 1.3.
Fields inherited from
org.apache.commons.dbutils.BaseTestCase
final
protected
static int COLS
(Code)
(Java Doc)
final
protected
static int ROWS
(Code)
(Java Doc)
protected
ResultSet
emptyResultSet
(Code)
(Java Doc)
final
protected
static
ResultSetMetaData
metaData
(Code)
(Java Doc)
protected
ResultSet
rs
(Code)
(Java Doc)
Methods inherited from
org.apache.commons.dbutils.BaseTestCase
protected
ResultSet
createMockResultSet()
(Code)
(Java Doc)
protected
void setUp() throws
Exception
(Code)
(Java Doc)
public
static Test suite()
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.