com.objectwave.transactionalSupport
Class NoFieldObjectEditor.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.transactionalSupport.NoFieldObjectEditor.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
NoFieldObjectEditor

public static class NoFieldObjectEditor.Test
extends UnitTestBaseImpl

Version:
$Id: NoFieldObjectEditor.java,v 1.1 2002/02/01 21:46:40 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
NoFieldObjectEditor.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp(java.lang.String testName, TestContext context)
          The JUnit setup method
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, tearDown, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoFieldObjectEditor.Test

public NoFieldObjectEditor.Test()
Method Detail

main

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

setUp

public void setUp(java.lang.String testName,
                  TestContext context)
           throws java.lang.Exception
Description copied from class: UnitTestBaseImpl
The JUnit setup method

Specified by:
setUp in interface UnitTest
Overrides:
setUp in class UnitTestBaseImpl
Parameters:
testName - The new Up value
context - The new Up value
Throws:
java.lang.Exception