testAddChildToOneToManyParentWithLongPk(
new HasOneToManyLongPkSet(), new BidirTopLongPk(), startEnd, UnidirLevel.Top);
testAddChildToOneToManyParentWithLongPk(
new HasOneToManyLongPkSet(), new BidirMiddleLongPk(), startEnd, UnidirLevel.Middle);
testAddChildToOneToManyParentWithLongPk(
new HasOneToManyLongPkSet(), new BidirBottomLongPk(), startEnd, UnidirLevel.Bottom);
}