|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.driver.ReadWriteTest
Read after Write test class. Problem submitted by Mark Wick on the mailing list: http://www.objectweb.org/wws/arc/c-jdbc/2003-09/msg00072.html
Field Summary | |
(package private) java.lang.String |
cjdbcDriver
|
(package private) java.lang.String |
cjdbcUrl
|
(package private) java.sql.Connection |
con
The connection to be used to the database for the test |
Constructor Summary | |
ReadWriteTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The main program for the BlobTest class |
protected void |
setUp()
Load C-JDBC driver and retrieve connection from database |
static Test |
suite()
A unit test suite for JUnit |
protected void |
tearDown()
Close the connection. |
void |
testReadWrite()
Test method for clobs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final java.lang.String cjdbcUrl
final java.lang.String cjdbcDriver
java.sql.Connection con
Constructor Detail |
public ReadWriteTest()
Method Detail |
public static Test suite()
public static void main(java.lang.String[] args)
args
- The command line argumentsprotected void setUp()
junit.framework.TestCase#setUp()
protected void tearDown()
junit.framework.TestCase#tearDown()
public void testReadWrite()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |