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

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

public class CjdbcUrlTest
extends NoTemplate

CjdbcUrl test class.

Author:
Mathieu Peltier
See Also:
Driver, Serialized Form

Nested Class Summary
protected  class CjdbcUrlTest.ParsingResult
          Stores the expected result of the call to CjdbcUrl.parseUrl()method.
 
Field Summary
private  CjdbcUrl cjdbcUrl
          Driver to test.
static java.lang.String EMPTY_PARAMS
          Empty params token to use in the URLs file.
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
CjdbcUrlTest()
           
 
Method Summary
 void testParseUrl()
           
 
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.


EMPTY_PARAMS

public static final java.lang.String EMPTY_PARAMS
Empty params token to use in the URLs file.

See Also:
Constant Field Values

cjdbcUrl

private CjdbcUrl cjdbcUrl
Driver to test.

Constructor Detail

CjdbcUrlTest

public CjdbcUrlTest()
Method Detail

testParseUrl

public void testParseUrl()
See Also:
CjdbcUrl.parseUrl()


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