231232233234235236237
public void testAncestorOfIllegalType() { assertMetaDataException(new LongParent()); } public void testUniqueConstraint() { assertMetaDataException(new HasUniqueConstraint()); }
181182183184185186187
LongParent pojo = new LongParent(); assertMetaDataException(pojo); } public void testUniqueConstraints() { assertMetaDataException(new HasUniqueConstraint()); }