testInsert_NewParentAndChild(new BidirBottomList(), new HasOneToManyListJPA(),
TXN_START_END, UnidirLevel.Top, 3, 3);
}
public void testInsert_NewParentAndChild_NoTxn() throws Exception {
testInsert_NewParentAndChild(new BidirBottomList(), new HasOneToManyListJPA(),
NEW_EM_START_END, UnidirLevel.Middle, 1, 1);
testInsert_NewParentAndChild(new BidirTopList(), new HasOneToManyListJPA(),
NEW_EM_START_END, UnidirLevel.Bottom, 2, 2);
testInsert_NewParentAndChild(new BidirMiddleList(), new HasOneToManyListJPA(),
NEW_EM_START_END, UnidirLevel.Top, 3, 3);