}
private void testInsertExistingParentNewChild(StartEnd startEnd) throws EntityNotFoundException {
String expectedBidirKind = getEntityKind(BidirTop.class);
String expectedUnidirKind = getEntityKind(UnidirTop.class);
testInsert_ExistingParentNewChild(new HasOneToManySet(), new BidirBottom(), startEnd, UnidirLevel.Middle,
expectedBidirKind, expectedUnidirKind, 1, 1);
testInsert_ExistingParentNewChild(new HasOneToManySet(), new BidirTop(), startEnd, UnidirLevel.Bottom,
expectedBidirKind, expectedUnidirKind, 2, 2);
testInsert_ExistingParentNewChild(new HasOneToManySet(), new BidirMiddle(), startEnd, UnidirLevel.Top,
expectedBidirKind, expectedUnidirKind, 3, 3);