assertNull(f.getDefaultMIMEType());
}
@Test
public void testDLSyntaxOntologyFormat() {
OWLDocumentFormatFactory f = new DLSyntaxDocumentFormatFactory();
assertEquals("DL Syntax Format", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}