com.objectwave.persist.broker
Class RDBConnectionPool.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.broker.RDBConnectionPool.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
RDBConnectionPool

public static class RDBConnectionPool.Test
extends UnitTestBaseImpl

Unit tests.

Version:
$Id: RDBConnectionPool.java,v 2.1 2002/03/23 13:42:10 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
RDBConnectionPool.Test()
           
 
Method Summary
 void assertTrue(java.lang.String str, boolean b)
          Description of the Method
static void main(java.lang.String[] args)
          The main program for the Test class
 void pauseThread()
          Description of the Method
 void testGetConnection()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, tearDown, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBConnectionPool.Test

public RDBConnectionPool.Test()
Method Detail

assertTrue

public void assertTrue(java.lang.String str,
                       boolean b)
Description of the Method

Parameters:
str - Description of Parameter
b - Description of Parameter

pauseThread

public void pauseThread()
Description of the Method


testGetConnection

public void testGetConnection()
A unit test for JUnit


main

public static void main(java.lang.String[] args)
The main program for the Test class

Parameters:
args - The command line arguments