org.semanticweb.owlapi.api.test
Class AbstractAnnotatedAxiomRoundTrippingTestCase

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.AbstractAxiomsRoundTrippingTestCase
                      extended by org.semanticweb.owlapi.api.test.AbstractAnnotatedAxiomRoundTrippingTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AsymmetricObjectPropertyAnnotatedTestCase, ClassAssertionAnnotatedTestCase, DataPropertyAssertionAnnotatedTestCase, DataPropertyDomainAnnotatedTestCase, DataPropertyRangeAnnotatedTestCase, DisjointClassesAxiomAnnotatedTestCase, DisjointClassesAxiomNaryAnnotatedTestCase, DisjointDataPropertiesAnnotatedTestCase, DisjointDataPropertiesNaryAnnotatedTestCase, DisjointObjectPropertiesAnnotatedTestCase, DisjointObjectPropertiesNaryAnnotatedTestCase, EquivalentClassesAxiomAnnotatedTestCase, EquivalentClassesAxiomNaryAnnotatedTestCase, EquivalentDataPropertiesAnnotatedTestCase, EquivalentDataPropertiesNaryAnnotatedTestCase, EquivalentObjectPropertiesAnnotatedTestCase, EquivalentObjectPropertiesNaryAnnotatedTestCase, FunctionalDataPropertyAnnotatedTestCase, FunctionalObjectPropertyAnnotatedTestCase, InverseFunctionalObjectPropertyAnnotatedTestCase, IrreflexiveObjectPropertyAnnotatedTestCase, NegativeDataPropertyAssertionAnnotatedTestCase, NegativeObjectPropertyAssertionAnnotatedTestCase, ObjectPropertyAssertionAnnotatedTestCase, ObjectPropertyDomainAnnotatedTestCase, ObjectPropertyRangeAnnotatedTestCase, ReflexiveObjectPropertyAnnotatedTestCase, SubClassOfAxiomAnnotatedTestCase, SubDataPropertyOfAnnotatedTestCase, SubObjectPropertyChainOfAnnotatedTestCase, SubObjectPropertyOfAnnotatedTestCase, SymmetricObjectPropertyAnnotatedTestCase, TransitiveObjectPropertyAnnotatedTestCase

public abstract class AbstractAnnotatedAxiomRoundTrippingTestCase
extends AbstractAxiomsRoundTrippingTestCase

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 28-May-2009


Constructor Summary
AbstractAnnotatedAxiomRoundTrippingTestCase()
           
 
Method Summary
protected  java.util.Set<? extends OWLAxiom> createAxioms()
           
protected abstract  OWLAxiom getMainAxiom(java.util.Set<OWLAnnotation> annos)
           
 
Methods inherited from class org.semanticweb.owlapi.api.test.AbstractAxiomsRoundTrippingTestCase
createOntology, testFunctionalSyntax, testManchesterOWLSyntax, testOWLXML, testRDFXML, testTurtle
 
Methods inherited from class org.semanticweb.owlapi.api.test.AbstractRoundTrippingTest
getOnt, handleSaved, setUp
 
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

AbstractAnnotatedAxiomRoundTrippingTestCase

public AbstractAnnotatedAxiomRoundTrippingTestCase()
Method Detail

createAxioms

protected final java.util.Set<? extends OWLAxiom> createAxioms()
Specified by:
createAxioms in class AbstractAxiomsRoundTrippingTestCase

getMainAxiom

protected abstract OWLAxiom getMainAxiom(java.util.Set<OWLAnnotation> annos)