assertEquals(restA.hashCode(), restB.hashCode());
}
@Test
public void testEqualsPositiveDataAll() {
OWLDataProperty prop = DP(IRI());
OWLDataRange filler = D(IRI());
OWLRestriction restA = testSubject
.getOWLDataAllValuesFrom(prop, filler);
OWLRestriction restB = testSubject
.getOWLDataAllValuesFrom(prop, filler);