public static void tearDownAfterClass() throws Exception {
}
@Before
public void setUp() throws Exception {
OWLOntology ontology = (new OntologyManager()).getOntology(
IRI.create(TestParameters.ontologyIri));
OWLOntoElementExtractor ontoExtractor = new OWLOntoElementExtractor(ontology);
generator = new OWLClassExpressionGenerator(ontoExtractor);
}