testInsert_NewParentAndChild_LongPk(NEW_EM_START_END);
}
private void testInsert_NewParentAndChild_LongPk(StartEnd startEnd) throws Exception {
testInsert_NewParentAndChild_LongPk(new BidirTopLongPkList(), startEnd,
UnidirLevel.Top, "T", 1);
testInsert_NewParentAndChild_LongPk(new BidirBottomLongPkList(), startEnd,
UnidirLevel.Top, "B", 2);
testInsert_NewParentAndChild_LongPk(new BidirMiddleLongPkList(), startEnd,
UnidirLevel.Top, "M", 3);
}