org.semanticweb.owlapi.api.test
Class AbstractFileRoundTrippingTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.semanticweb.owlapi.api.test.AbstractOWLAPITestCase
              extended by org.semanticweb.owlapi.api.test.AbstractRoundTrippingTest
                  extended by org.semanticweb.owlapi.api.test.AbstractFileRoundTrippingTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AnonymousInversesTestCase, ComplexSubPropertyAxiomTestCase, DataAllValuesFromTestCase, DataComplementOfTestCase, DataHasValueTestCase, DataIntersectionOfTestCase, DataMaxCardinalityTestCase, DataMinCardinalityTestCase, DataOneOfTestCase, DataSomeValuesFromTestCase, DatatypeRestrictionTestCase, DataUnionOfTestCase, DeclarationsTestCase, DisjointClassesTestCase, HasKeyTestCase, InverseOfTestCase, ObjectAllValuesFromTestCase, ObjectCardinalityTestCase, ObjectComplementOfTestCase, ObjectHasSelfTestCase, ObjectHasValueTestCase, ObjectIntersectionOfTestCase, ObjectMaxCardinalityTestCase, ObjectMaxQualifiedCardinalityTestCase, ObjectMinCardinalityTestCase, ObjectMinQualifiedCardinalityTestCase, ObjectOneOfTestCase, ObjectQualifiedCardinalityTestCase, ObjectSomeValuesFromTestCase, ObjectUnionOfTestCase, PrimerOWLXMLRoundTrippingTestCase, SubClassAxiomTestCase, UntypedSubClassOfTestCase

public abstract class AbstractFileRoundTrippingTestCase
extends AbstractRoundTrippingTest

Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 23-Jul-2008


Constructor Summary
AbstractFileRoundTrippingTestCase()
           
 
Method Summary
protected  OWLOntology createOntology()
           
protected abstract  java.lang.String getFileName()
           
 
Methods inherited from class org.semanticweb.owlapi.api.test.AbstractRoundTrippingTest
getOnt, handleSaved, setUp, testFunctionalSyntax, testManchesterOWLSyntax, testOWLXML, testRDFXML, testTurtle
 
Methods inherited from class org.semanticweb.owlapi.api.test.AbstractOWLAPITestCase
addAxiom, getFactory, getManager, getOWLAnnotationProperty, getOWLClass, getOWLDataProperty, getOWLDatatype, getOWLIndividual, getOWLObjectProperty, getOWLOntology, isIgnoreDeclarationAxioms, loadOntology, roundTripOntology, roundTripOntology
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractFileRoundTrippingTestCase

public AbstractFileRoundTrippingTestCase()
Method Detail

createOntology

protected OWLOntology createOntology()
Specified by:
createOntology in class AbstractRoundTrippingTest

getFileName

protected abstract java.lang.String getFileName()