330331332333334335336337338339340
.withItem(ce).withItem(df.getOWLClass(iri)); OWLAxiom expected = df.getOWLDisjointClassesAxiom(ce, df.getOWLClass(iri)); OWLOntology o = m.createOntology(); // when builder.applyChanges(o); // then assertTrue(o.containsAxiom(expected)); } @Test