org.obolibrary.obo2owl.test
Class RoundTripTest

java.lang.Object
  extended by org.obolibrary.obo2owl.test.OboFormatTestBasics
      extended by org.obolibrary.obo2owl.test.RoundTripTest
Direct Known Subclasses:
RoundTripFlyAnatomyTest, RoundTripImportTest, RoundTripMultipleDefXrefTest, RoundTripPROTest, RoundTripSynonymTest, RoundTripTestCARO, RoundTripTestCL, RoundTripTestSimpleGo, RoundTripXrefTest

public class RoundTripTest
extends OboFormatTestBasics


Constructor Summary
RoundTripTest()
           
 
Method Summary
static void beforeClass()
           
 List<Diff> roundTripOBODoc(OBODoc obodoc, boolean isExpectRoundtrip)
           
 List<Diff> roundTripOBOFile(String fn, boolean isExpectRoundtrip)
           
 List<Diff> roundTripOBOURL(String fn, boolean isExpectRoundtrip)
           
 
Methods inherited from class org.obolibrary.obo2owl.test.OboFormatTestBasics
convert, convert, convert, parseOBOFile, parseOBOFile, parseOBOFile, parseOBOURL, parseOWLFile, writeOBO, writeOWL, writeOWL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundTripTest

public RoundTripTest()
Method Detail

beforeClass

public static void beforeClass()

roundTripOBOURL

public List<Diff> roundTripOBOURL(String fn,
                                  boolean isExpectRoundtrip)
                           throws IOException,
                                  org.semanticweb.owlapi.model.OWLOntologyCreationException
Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException

roundTripOBOFile

public List<Diff> roundTripOBOFile(String fn,
                                   boolean isExpectRoundtrip)
                            throws IOException,
                                   org.semanticweb.owlapi.model.OWLOntologyCreationException
Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException

roundTripOBODoc

public List<Diff> roundTripOBODoc(OBODoc obodoc,
                                  boolean isExpectRoundtrip)
                           throws org.semanticweb.owlapi.model.OWLOntologyCreationException
Throws:
org.semanticweb.owlapi.model.OWLOntologyCreationException


Copyright © 2010-2011. All Rights Reserved.