| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.detach.TestAttach
Method Summary | |
protected String | getLoggerName() | public void | testAttachCopy() Test the attach method: make an object persistent, detach it then attach it. | public void | testAttachInherited() Test the attach method: make an inherited object persistent, detach it then attach it. | public void | testAttachInvalidInherited() Test the attach method with an invalid copy: make an inherited object persistent, modify it, detach it , rollback the transaction and then attach it. | public void | testAttachModifiedCollectionCopy() Test the attach method with update on a collection: make an object persistent, detach it , modify it and then attach it. | public void | testAttachModifiedCopy() Test the attach method with update: make an object persistent, detach it , modify it and then attach it. | public void | testAttachModifiedInherited() Test the attach method with update: make an inherited object persistent, detach it , modify it and then attach it. | public void | testAttachModifiedReference() Test the attach method with an update on a reference: make an object persistent, detach it , modify it and then attach it. | public void | testAttachNewInherited() Test the attach method with a new inherited object: the object is made persistent. | public void | testAttachNewObject() Test the attach method with a new object: the object is made persistent. | public void | testAttachNewObjectInCollection() Test the attach method with a new object in a Collection : the object is made persistent. | public void | testAttachNullRef() Test the attach method with an object having a null reference. | public void | testRemovingOfPersistentObject() |
testAttachCopy | public void testAttachCopy()(Code) | | Test the attach method: make an object persistent, detach it then attach it.
|
testAttachInherited | public void testAttachInherited()(Code) | | Test the attach method: make an inherited object persistent, detach it then attach it.
|
testAttachInvalidInherited | public void testAttachInvalidInherited()(Code) | | Test the attach method with an invalid copy: make an inherited object persistent, modify it, detach it , rollback the transaction and then attach it.
|
testAttachModifiedCollectionCopy | public void testAttachModifiedCollectionCopy()(Code) | | Test the attach method with update on a collection: make an object persistent, detach it , modify it and then attach it.
|
testAttachModifiedCopy | public void testAttachModifiedCopy()(Code) | | Test the attach method with update: make an object persistent, detach it , modify it and then attach it.
|
testAttachModifiedInherited | public void testAttachModifiedInherited()(Code) | | Test the attach method with update: make an inherited object persistent, detach it , modify it and then attach it.
|
testAttachModifiedReference | public void testAttachModifiedReference()(Code) | | Test the attach method with an update on a reference: make an object persistent, detach it , modify it and then attach it.
|
testAttachNewInherited | public void testAttachNewInherited()(Code) | | Test the attach method with a new inherited object: the object is made persistent.
|
testAttachNewObject | public void testAttachNewObject()(Code) | | Test the attach method with a new object: the object is made persistent.
|
testAttachNewObjectInCollection | public void testAttachNewObjectInCollection()(Code) | | Test the attach method with a new object in a Collection : the object is made persistent.
|
testAttachNullRef | public void testAttachNullRef()(Code) | | Test the attach method with an object having a null reference.
|
testRemovingOfPersistentObject | public void testRemovingOfPersistentObject()(Code) | | |
|
|