Package org.obolibrary.oboformat

Source Code of org.obolibrary.oboformat.ChebiXRefTest

package org.obolibrary.oboformat;

import static org.junit.Assert.assertNotNull;

import org.junit.Test;
import org.obolibrary.obo2owl.OboFormatTestBasics;
import org.obolibrary.oboformat.model.OBODoc;

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

    @Test
    public void testExpand() {
        OBODoc obodoc = parseOBOFile("chebi_problematic_xref.obo");
        assertNotNull(obodoc);
    }
}
TOP

Related Classes of org.obolibrary.oboformat.ChebiXRefTest

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.