Examples of LatexAxiomsListDocumentFormatFactory


Examples of org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormatFactory

        assertNull(f.getDefaultMIMEType());
    }

    @Test
    public void testLatexAxiomsListOntologyFormat() {
        OWLDocumentFormatFactory f = new LatexAxiomsListDocumentFormatFactory();
        assertEquals("Latex Axiom List", f.getKey());
        assertEquals(0, f.getMIMETypes().size());
        assertNull(f.getDefaultMIMEType());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.