com.objectwave.persist.value
Class ValueObjectTest.Test

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

public static class ValueObjectTest.Test
extends UnitTestBaseImpl

Version:
$Id: ValueObjectTest.java,v 1.2 2002/02/01 21:43:07 dave_hoag Exp $
Author:
cson

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
ValueObjectTest.Test()
           
 
Method Summary
 void donTestHypersonic()
          Don't run these tests since this code is not ready for deployment.
static void main(java.lang.String[] args)
          The main program for the RDBTest class
 void tearDown(TestContext context)
          The teardown method for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueObjectTest.Test

public ValueObjectTest.Test()
Method Detail

main

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

Parameters:
args - The command line arguments

donTestHypersonic

public void donTestHypersonic()
                       throws java.lang.Exception
Don't run these tests since this code is not ready for deployment.

Throws:
java.lang.Exception

tearDown

public void tearDown(TestContext context)
              throws java.lang.Exception
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class UnitTestBaseImpl
Parameters:
context -
Throws:
java.lang.Exception