com.objectwave.persist.sqlConstruction
Class StatementFactory.Test

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

public static class StatementFactory.Test
extends UnitTestBaseImpl

Unit tests.

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

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
StatementFactory.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the Test class
 void testEmptyFetch()
          A unit test for JUnit
 void testRefetch()
          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

StatementFactory.Test

public StatementFactory.Test()
Method Detail

main

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

Parameters:
args - The command line arguments

testRefetch

public void testRefetch()
A unit test for JUnit


testEmptyFetch

public void testEmptyFetch()
A unit test for JUnit