|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.controller.connection.FailFastPoolConnectionManagerTest
FailFastPoolConnectionManager
test class.
FailFastPoolConnectionManager
,
Serialized FormField Summary | |
private java.lang.Error |
error
Last AssertionFailedError eventually thrown by the clients
in the #testFailFastPoolConnectionManager test. |
private MockDriver |
mockDriver
Fake driver. |
private FailFastPoolConnectionManager |
pool
Fail fast pool connection manager pool to test. |
private static int |
POOL_SIZE
Pool size to use for the test. |
Constructor Summary | |
FailFastPoolConnectionManagerTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
protected void |
setUp()
|
static Test |
suite()
|
protected void |
tearDown()
|
void |
testGetConnection()
|
void |
testReleaseConnection()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int POOL_SIZE
private MockDriver mockDriver
private FailFastPoolConnectionManager pool
private java.lang.Error error
AssertionFailedError
eventually thrown by the clients
in the #testFailFastPoolConnectionManager
test.
Constructor Detail |
public FailFastPoolConnectionManagerTest()
Method Detail |
public static Test suite()
public static void main(java.lang.String[] args)
protected void setUp()
junit.framework.TestCase#setUp()
protected void tearDown()
junit.framework.TestCase#tearDown()
public void testGetConnection()
FailFastPoolConnectionManager.getConnection()
public void testReleaseConnection()
FailFastPoolConnectionManager.releaseConnection(Connection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |