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