Package org.obolibrary.obo2owl

Source Code of org.obolibrary.obo2owl.XPBridgeFileTest

package org.obolibrary.obo2owl;

import static org.junit.Assert.assertNotNull;

import org.junit.Test;
import org.semanticweb.owlapi.model.OWLOntology;

@SuppressWarnings("javadoc")
public class XPBridgeFileTest extends OboFormatTestBasics {

    @Test
    public void testConvertXPs() {
        OWLOntology owlOnt = convertOBOFile("xptest.obo");
        assertNotNull(owlOnt);
    }
}
TOP

Related Classes of org.obolibrary.obo2owl.XPBridgeFileTest

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.