|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.controller.connection.SimpleConnectionManagerTest
SimpleConnectionManager
test class.
SimpleConnectionManager
,
Serialized FormField Summary | |
private SimpleConnectionManager |
manager
Simple connection manager pool to test. |
private MockConnection |
mockConnection
Fake connection. |
private MockDriver |
mockDriver
Fake driver. |
Constructor Summary | |
SimpleConnectionManagerTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
protected void |
setUp()
|
static Test |
suite()
|
protected void |
tearDown()
|
void |
testSimpleConnectionManager()
Simple connection manager functionnal test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private MockDriver mockDriver
private MockConnection mockConnection
private SimpleConnectionManager manager
Constructor Detail |
public SimpleConnectionManagerTest()
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 testSimpleConnectionManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |