df).withItem(i).withItem(df.getOWLNamedIndividual(iri));
OWLAxiom expected = df.getOWLDifferentIndividualsAxiom(i,
df.getOWLNamedIndividual(iri));
OWLOntology o = m.createOntology();
// when
builder.applyChanges(o);
// then
assertTrue(o.containsAxiom(expected));
}
@Test