com.objectwave.transactionalSupport
Class ObjectEditor.Test
java.lang.Object
|
+--com.objectwave.test.UnitTestBaseImpl
|
+--com.objectwave.transactionalSupport.ObjectEditor.Test
- All Implemented Interfaces:
- UnitTest
- Enclosing class:
- ObjectEditor
- public static class ObjectEditor.Test
- extends UnitTestBaseImpl
- Version:
- $Id: ObjectEditor.java,v 2.4 2002/03/23 13:42:11 dave_hoag Exp $
- Author:
- dhoag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectEditor.Test
public ObjectEditor.Test()
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 valuecontext
- The new Up value
- Throws:
java.lang.Exception
testOne
public void testOne()
throws UpdateException
- Throws:
UpdateException
testExceptions
public void testExceptions()
testChangeTypes
public void testChangeTypes()
testMigrateChanges
public void testMigrateChanges()
testDuplicateSets
public void testDuplicateSets()
testContainsChanges
public void testContainsChanges()
testChanges
public void testChanges()
testQuickChanges
public void testQuickChanges()
testPrimitives
public void testPrimitives()
testSetValue
public void testSetValue()
testMarkChange
public void testMarkChange()