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