}
@Test
public void testWithFixer() throws OWLOntologyChangeException {
Lint lint = new Lint(m_MockPattern, m_Ontology);
MockLintFixer fixer = new MockLintFixer();
lint.setLintFixer(fixer);
assertTrue(lint.applyFix(m_Manager));
assertTrue(fixer.applyCalled);
}