com.objectwave.persist.broker
Class RDBBroker.Test

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

public static class RDBBroker.Test
extends UnitTestBaseImpl

Version:
$Id: RDBBroker.java,v 2.11 2002/08/24 16:56:28 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
RDBBroker.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testCreateAttSelect()
          A unit test for JUnit
 void testDefineSelectList()
          A unit test for JUnit
 void testGetPkeyStrategy()
          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

RDBBroker.Test

public RDBBroker.Test()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - The command line arguments

testDefineSelectList

public void testDefineSelectList()
                          throws QueryException
A unit test for JUnit

Throws:
QueryException

testCreateAttSelect

public void testCreateAttSelect()
                         throws QueryException
A unit test for JUnit

Throws:
QueryException

testGetPkeyStrategy

public void testGetPkeyStrategy()
A unit test for JUnit