@SuppressWarnings("javadoc")
public class OWLOntologyFormatFactoryImplTestCase {
@Test
public void testDLSyntaxHTMLFormat() {
OWLDocumentFormatFactory f = new DLSyntaxHTMLDocumentFormatFactory();
assertEquals("DL Syntax - HTML Format", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}