| The testConnectionObtainable method gets connections from the TestDriver after setting fail to true. This causes the test sql to throw an exception when the connection is retrieved from a pool, which closes the connection, forcing the connectionmanager to get a new one. We check this by counting how many connections have been closed.
|