Field Summary |
|
final public static String | DRIVER_PROPERTY The system property containing the name of the JDBC driver class to use
for all tests. |
final public static String | PASSWORD_PROPERTY The system property containing the database password to use for all
tests. |
final public static String | URL_PROPERTY The system property containing the JDBC driver URL to use for all tests. |
final public static String | USER_PROPERTY The system property containing the database user name to use for the
test. |
final public static String | dbDriver The name of the JDBC driver class to use for all tests. |
final public static String | dbPassword The database password to use for all tests. |
final public static String | dbURL The JDBC driver URL to use for all tests. |
final public static String | dbUser The database user name to use for all tests. |