org.silverpeas.persistence.dao
Interface DAOBasedTest.DAOTest

Enclosing class:
DAOBasedTest

protected static interface DAOBasedTest.DAOTest

Interface that must be implemented to perform a DAO test.


Method Summary
 void test(Connection connection)
          The method containing the test.
 

Method Detail

test

void test(Connection connection)
          throws Exception
The method containing the test.

Parameters:
connection - the connection for the current test.
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.