org.semanticweb.owlapi.model
Class OWLIndividualNotDataRelationshipAxiomTestCase

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.AbstractOWLIndividualRelationshipAxiomTestCase<OWLDataProperty,OWLTypedLiteral>
                      extended by org.semanticweb.owlapi.model.OWLIndividualNotDataRelationshipAxiomTestCase
All Implemented Interfaces:
junit.framework.Test

public class OWLIndividualNotDataRelationshipAxiomTestCase
extends AbstractOWLIndividualRelationshipAxiomTestCase<OWLDataProperty,OWLTypedLiteral>

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


Constructor Summary
OWLIndividualNotDataRelationshipAxiomTestCase()
           
 
Method Summary
protected  OWLIndividualAxiom createAxiom(OWLIndividual subject, OWLDataProperty property, OWLTypedLiteral object)
           
protected  OWLTypedLiteral createObject()
           
protected  OWLDataProperty createProperty()
           
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLIndividualRelationshipAxiomTestCase
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

OWLIndividualNotDataRelationshipAxiomTestCase

public OWLIndividualNotDataRelationshipAxiomTestCase()
Method Detail

createProperty

protected OWLDataProperty createProperty()
                                  throws java.lang.Exception
Specified by:
createProperty in class AbstractOWLIndividualRelationshipAxiomTestCase<OWLDataProperty,OWLTypedLiteral>
Throws:
java.lang.Exception

createObject

protected OWLTypedLiteral createObject()
                                throws java.lang.Exception
Specified by:
createObject in class AbstractOWLIndividualRelationshipAxiomTestCase<OWLDataProperty,OWLTypedLiteral>
Throws:
java.lang.Exception

createAxiom

protected OWLIndividualAxiom createAxiom(OWLIndividual subject,
                                         OWLDataProperty property,
                                         OWLTypedLiteral object)
                                  throws OWLException
Specified by:
createAxiom in class AbstractOWLIndividualRelationshipAxiomTestCase<OWLDataProperty,OWLTypedLiteral>
Throws:
OWLException