| org.jasig.portal.rdbm.TransientDatasourceTest
TransientDatasourceTest | public class TransientDatasourceTest extends TestCase (Code) | | Testcase for HsqlDatasource
author: andrew.petro@yale.edu version: $Revision: 35073 $ $Date: 2004-11-17 12:17:28 -0700 (Wed, 17 Nov 2004) $ |
Method Summary | |
public void | testBasics() Test basic single usage of a Transient datasource. | public void | testMultiuse() Test that changes made to the database persist across requests for the
connection. |
testMultiuse | public void testMultiuse() throws SQLException(Code) | | Test that changes made to the database persist across requests for the
connection.
throws: SQLException - |
|
|