| org.jaffa.persistence.blackboxtests.ConnectionPoolTest
ConnectionPoolTest | public class ConnectionPoolTest extends TestCase (Code) | | This has connection pool related tests
author: GautamJ |
ConnectionPoolTest | public ConnectionPoolTest(String name)(Code) | | Creates new QueryTest
|
testConnectionPoolRobustness | public void testConnectionPoolRobustness()(Code) | | This test will obtain the maximumConnections and relase them. The process will be repeated 100 times.
|
testConnectionsExhausted | public void testConnectionsExhausted()(Code) | | This test will create the 'maximumConnections as defined in init.xml' number of UOW objects. It will then try to create one more UOW, which is expected to throw an exception.
|
|
|