org.semanticweb.owlapi.model
Class AbstractOWLObjectPropertyCharacteristicAxiomTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.semanticweb.owlapi.model.AbstractOWLTestCase
              extended by org.semanticweb.owlapi.model.AbstractOWLDataFactoryTest
                  extended by org.semanticweb.owlapi.model.AbstractOWLPropertyCharacteristicTestCase<OWLObjectProperty>
                      extended by org.semanticweb.owlapi.model.AbstractOWLObjectPropertyCharacteristicAxiomTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
OWLAntiSymmetricObjectPropertyAxiomTestCase, OWLInverseFunctionalObjectPropertyAxiomTestCase, OWLIrreflexiveObjectPropertyAxiomTestCase, OWLReflexiveObjectPropertyAxiomTestCase, OWLSymmetricObjectPropertyAxiomTestCase, OWLTransitiveObjectPropertyAxiomTestCase

public abstract class AbstractOWLObjectPropertyCharacteristicAxiomTestCase
extends AbstractOWLPropertyCharacteristicTestCase<OWLObjectProperty>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 25-Oct-2006


Constructor Summary
AbstractOWLObjectPropertyCharacteristicAxiomTestCase()
           
 
Method Summary
protected  OWLObjectProperty createProperty()
           
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLPropertyCharacteristicTestCase
createOWLPropertyAxiom, testCreation, testEqualsNegative, testEqualsPositive, testHashCode
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLDataFactoryTest
assertNotEquals, createIRI, createOWLClass, createOWLDataProperty, createOWLDatatype, createOWLIndividual, createOWLObjectProperty, createOWLTypedConstant, setUp
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLTestCase
getOWLDataFactory, getOWLOntologyManager, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

AbstractOWLObjectPropertyCharacteristicAxiomTestCase

public AbstractOWLObjectPropertyCharacteristicAxiomTestCase()
Method Detail

createProperty

protected OWLObjectProperty createProperty()
                                    throws java.lang.Exception
Specified by:
createProperty in class AbstractOWLPropertyCharacteristicTestCase<OWLObjectProperty>
Throws:
java.lang.Exception