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