@SuppressWarnings("javadoc")
public class OWLOntologyFormatFactoryImpOBOlTestCase {
@Test
public void testOBOOntologyFormat() {
OWLDocumentFormatFactory f = new OBODocumentFormatFactory();
assertEquals("OBO Format", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}