org.silverpeas.connecteurJDBC.control
Class ConnecteurJDBCSessionControllerTest

java.lang.Object
  extended by org.silverpeas.connecteurJDBC.control.ConnecteurJDBCSessionControllerTest

@ContextConfiguration(locations="/spring-jdbc-connector.xml")
public class ConnecteurJDBCSessionControllerTest
extends Object

Author:
ehugonnet

Constructor Summary
ConnecteurJDBCSessionControllerTest()
           
 
Method Summary
 void testGetAvailableDriversDisplayNames()
          Test of getAvailableDriversDisplayNames method, of class ConnecteurJDBCSessionController.
 void testGetAvailableDriversNames()
          Test of getAvailableDriversNames method, of class ConnecteurJDBCSessionController.
 void testGetDescriptionForDriver()
          Test of getDescriptionForDriver method, of class ConnecteurJDBCSessionController.
 void testGetDriversDescriptions()
          Test of getDriversDescriptions method, of class ConnecteurJDBCSessionController.
 void testGetJDBCUrlsForDriver()
          Test of getJDBCUrlsForDriver method, of class ConnecteurJDBCSessionController.
 void testGetRowLimit()
          Test of getRowLimit method, of class ConnecteurJDBCSessionController.
 void testIsConnectionConfigured()
          Test of isConnectionConfigured method, of class ConnecteurJDBCSessionController.
 void testSetJDBCdriverName()
          Test of setJDBCdriverName method, of class ConnecteurJDBCSessionController.
 void testSetJDBCurl()
          Test of setJDBCurl method, of class ConnecteurJDBCSessionController.
 void testSetLogin()
          Test of setLogin method, of class ConnecteurJDBCSessionController.
 void testSetPassword()
          Test of setPassword method, of class ConnecteurJDBCSessionController.
 void testSetSQLreq()
          Test of setSQLreq method, of class ConnecteurJDBCSessionController.
 void testUpdateConnection()
          Test of updateConnection method, of class ConnecteurJDBCSessionController.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnecteurJDBCSessionControllerTest

public ConnecteurJDBCSessionControllerTest()
Method Detail

testIsConnectionConfigured

public void testIsConnectionConfigured()
                                throws com.stratelia.webactiv.persistence.PersistenceException
Test of isConnectionConfigured method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testSetJDBCdriverName

public void testSetJDBCdriverName()
                           throws Exception
Test of setJDBCdriverName method, of class ConnecteurJDBCSessionController.

Throws:
Exception

testSetJDBCurl

public void testSetJDBCurl()
                    throws Exception
Test of setJDBCurl method, of class ConnecteurJDBCSessionController.

Throws:
Exception

testSetSQLreq

public void testSetSQLreq()
                   throws Exception
Test of setSQLreq method, of class ConnecteurJDBCSessionController.

Throws:
Exception

testSetLogin

public void testSetLogin()
                  throws Exception
Test of setLogin method, of class ConnecteurJDBCSessionController.

Throws:
Exception

testSetPassword

public void testSetPassword()
                     throws Exception
Test of setPassword method, of class ConnecteurJDBCSessionController.

Throws:
Exception

testGetRowLimit

public void testGetRowLimit()
                     throws com.stratelia.webactiv.persistence.PersistenceException
Test of getRowLimit method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testGetDriversDescriptions

public void testGetDriversDescriptions()
                                throws com.stratelia.webactiv.persistence.PersistenceException
Test of getDriversDescriptions method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testGetAvailableDriversNames

public void testGetAvailableDriversNames()
                                  throws com.stratelia.webactiv.persistence.PersistenceException
Test of getAvailableDriversNames method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testGetAvailableDriversDisplayNames

public void testGetAvailableDriversDisplayNames()
                                         throws com.stratelia.webactiv.persistence.PersistenceException
Test of getAvailableDriversDisplayNames method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testGetJDBCUrlsForDriver

public void testGetJDBCUrlsForDriver()
                              throws com.stratelia.webactiv.persistence.PersistenceException
Test of getJDBCUrlsForDriver method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testGetDescriptionForDriver

public void testGetDescriptionForDriver()
                                 throws com.stratelia.webactiv.persistence.PersistenceException
Test of getDescriptionForDriver method, of class ConnecteurJDBCSessionController.

Throws:
com.stratelia.webactiv.persistence.PersistenceException

testUpdateConnection

public void testUpdateConnection()
                          throws Exception
Test of updateConnection method, of class ConnecteurJDBCSessionController.

Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.