242243244245246247248249250251252
.withAnnotations(annotations); OWLAxiom expected = df.getOWLDataPropertyAssertionAxiom(dp, i, lit, annotations); OWLOntology o = m.createOntology(); // when builder.applyChanges(o); // then assertTrue(o.containsAxiom(expected)); } @Test