}
public void testInsert_ExistingParentNewChild_NoTxn() throws Exception {
testInsert_ExistingParentNewChild(NEW_EM_START_END);
}
private void testInsert_ExistingParentNewChild(StartEnd startEnd) throws Exception {
testInsert_ExistingParentNewChild(new BidirMiddleSet(), new HasOneToManySetJPA(),
startEnd, UnidirLevel.Bottom, 1, 1);
testInsert_ExistingParentNewChild(new BidirBottomSet(), new HasOneToManySetJPA(),
startEnd, UnidirLevel.Middle, 2, 2);
testInsert_ExistingParentNewChild(new BidirTopSet(), new HasOneToManySetJPA(),
startEnd, UnidirLevel.Top, 3, 3);