| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.ref.TestCascadeDeleteSimpleRef
TestCascadeDeleteSimpleRef | public class TestCascadeDeleteSimpleRef extends SpeedoTestHelper (Code) | | author: S.Col |
Method Summary | |
protected String | getLoggerName() | public void | testCascadeDeleteMap() This method is responsible for the test of the cascade delete of a simple reference: a map. | public void | testCascadeDeleteOneToMany() This method is responsible for the test of the cascade delete of a simple reference. | public void | testCascadeDeleteOneToNone() This method is responsible for the test of the delete of an object that has one-one and one-to-many
relationships with other classes, but these relationships are empty. | public void | testCascadeDeleteOneToOne() This method is responsible for the test of the cascade delete of a simple reference. | public void | testCascadeDeleteOneToTwo() This method is responsible for the test of the cascade delete of a simple reference. |
TestCascadeDeleteSimpleRef | public TestCascadeDeleteSimpleRef(String s)(Code) | | |
testCascadeDeleteMap | public void testCascadeDeleteMap()(Code) | | This method is responsible for the test of the cascade delete of a simple reference: a map. A group with 5 meetings.
|
testCascadeDeleteOneToMany | public void testCascadeDeleteOneToMany()(Code) | | This method is responsible for the test of the cascade delete of a simple reference. A group with 10 members.
|
testCascadeDeleteOneToNone | public void testCascadeDeleteOneToNone()(Code) | | This method is responsible for the test of the delete of an object that has one-one and one-to-many
relationships with other classes, but these relationships are empty.
|
testCascadeDeleteOneToOne | public void testCascadeDeleteOneToOne()(Code) | | This method is responsible for the test of the cascade delete of a simple reference. A group has a president and if we delete the group,
the president should be deleted too.
|
testCascadeDeleteOneToTwo | public void testCascadeDeleteOneToTwo()(Code) | | This method is responsible for the test of the cascade delete of a simple reference. The group has 2 members.
|
|
|