assertNull(f.getDefaultMIMEType());
}
@Test
public void testOWLXMLOntologyFormat() {
OWLDocumentFormatFactory f = new OWLXMLDocumentFormatFactory();
assertEquals("OWL/XML Syntax", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}