Method Summary |
|
abstract protected String | getConnectionUrl() Returns the test connection url. |
abstract protected String | getDriverClass() Returns the JDBC driver classname. |
protected String | getPassword() Returns the password for the connection.
Subclasses may override this method to provide a custom password.
Default implementations returns null. |
protected String | getUsername() Returns the username for the connection.
Subclasses may override this method to provide a custom username.
Default implementations returns null. |
protected IDatabaseTester | newDatabaseTester() Creates a new IDatabaseTester.
Default implementation returns a
JdbcDatabaseTester configured
with the values returned from
getDriverClass ,
getConnectionUrl ,
getUsername and
getPassword() . |