org.opencms.test
Class OpenCmsTestCase.ConnectionData

java.lang.Object
  extended by org.opencms.test.OpenCmsTestCase.ConnectionData
Enclosing class:
OpenCmsTestCase

protected static class OpenCmsTestCase.ConnectionData
extends Object

Class to bundle the connection information.


Field Summary
 String m_dbName
          The name of the database.
 String m_jdbcDriver
          The database driver.
 String m_jdbcUrl
          The database url.
 String m_jdbcUrlParams
          Additional database parameters.
 String m_userName
          The name of the user.
 String m_userPassword
          The password of the user.
 
Constructor Summary
protected OpenCmsTestCase.ConnectionData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_dbName

public String m_dbName
The name of the database.


m_jdbcDriver

public String m_jdbcDriver
The database driver.


m_jdbcUrl

public String m_jdbcUrl
The database url.


m_jdbcUrlParams

public String m_jdbcUrlParams
Additional database parameters.


m_userName

public String m_userName
The name of the user.


m_userPassword

public String m_userPassword
The password of the user.

Constructor Detail

OpenCmsTestCase.ConnectionData

protected OpenCmsTestCase.ConnectionData()