assertNull(f.getDefaultMIMEType());
}
@Test
public void testOWLFunctionalSyntaxOntologyFormat() {
OWLDocumentFormatFactory f = new FunctionalSyntaxDocumentFormatFactory();
assertEquals("OWL Functional Syntax", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}