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