org.objectweb.cjdbc.scenario.standalone.driver
Class DriverTest

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.scenario.templates.NoTemplate
          extended byorg.objectweb.cjdbc.scenario.standalone.driver.DriverTest

public class DriverTest
extends NoTemplate

Driver test class.

Author:
Mathieu Peltier
See Also:
Driver, Serialized Form

Field Summary
private  Driver driver
          Driver to test.
static java.lang.String URLS_FILE
          File name containing the C-JDBC URLs to test.
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
logger, TEXT_DIR
 
Constructor Summary
DriverTest()
           
 
Method Summary
protected  void setUp()
           
 void testAcceptURL()
           
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
getTextPath, getUserDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URLS_FILE

public static final java.lang.String URLS_FILE
File name containing the C-JDBC URLs to test.


driver

private Driver driver
Driver to test.

Constructor Detail

DriverTest

public DriverTest()
Method Detail

setUp

protected void setUp()
See Also:
junit.framework.TestCase#setUp()

testAcceptURL

public void testAcceptURL()
See Also:
Driver.acceptsURL(String)


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.