|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.driver.DriverTest
Driver
test class.
Driver
,
Serialized FormNested Class Summary | |
protected class |
DriverTest.ParsingResult
Stores the expected result of the call to Driver.parseURL(String) method. |
Field Summary | |
private Driver |
driver
Driver to test. |
static java.lang.String |
URLS_FILE
File name containing the C-JDBC URLs to test. |
Constructor Summary | |
DriverTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
protected void |
setUp()
|
static Test |
suite()
|
void |
testParseURL()
|
void |
testValidDatabaseName()
|
void |
testValidHostname()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String URLS_FILE
private Driver driver
Constructor Detail |
public DriverTest()
Method Detail |
public static Test suite()
public static void main(java.lang.String[] args)
protected void setUp()
junit.framework.TestCase#setUp()
public void testValidDatabaseName()
Driver.validDatabaseName(String)
public void testValidHostname()
Driver.validHostname(String)
public void testParseURL()
Driver.parseURL(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |