389390391392393394395396397398399
.withItems(classes).withAnnotations(annotations); OWLAxiom expected = df.getOWLEquivalentClassesAxiom(classes, annotations); OWLOntology o = m.createOntology(); // when builder.applyChanges(o); // then assertTrue(o.containsAxiom(expected)); } @Test