org.semanticweb.owlapi.model
Class AbstractOWLOntologyManagerTestCase

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.AbstractOWLOntologyManagerTestCase
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractOWLOntologyManagerTestCase
extends AbstractOWLDataFactoryTest

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Mar-2007


Field Summary
static java.lang.String SYSTEM_PARAM_NAME
           
 
Constructor Summary
AbstractOWLOntologyManagerTestCase()
           
 
Method Summary
 OWLOntologyManager getOWLOntologyManager()
           
protected  void setUp()
           
 void testCreation()
           
 void testEqualsNegative()
           
 void testEqualsPositive()
           
 void testHashCode()
           
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLDataFactoryTest
assertNotEquals, createIRI, createOWLClass, createOWLDataProperty, createOWLDatatype, createOWLIndividual, createOWLObjectProperty, createOWLTypedConstant
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLTestCase
getOWLDataFactory, 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
 

Field Detail

SYSTEM_PARAM_NAME

public static final java.lang.String SYSTEM_PARAM_NAME
See Also:
Constant Field Values
Constructor Detail

AbstractOWLOntologyManagerTestCase

public AbstractOWLOntologyManagerTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractOWLDataFactoryTest
Throws:
java.lang.Exception

getOWLOntologyManager

public OWLOntologyManager getOWLOntologyManager()
Overrides:
getOWLOntologyManager in class AbstractOWLTestCase

testCreation

public void testCreation()
                  throws java.lang.Exception
Specified by:
testCreation in class AbstractOWLDataFactoryTest
Throws:
java.lang.Exception

testEqualsPositive

public void testEqualsPositive()
                        throws java.lang.Exception
Specified by:
testEqualsPositive in class AbstractOWLDataFactoryTest
Throws:
java.lang.Exception

testEqualsNegative

public void testEqualsNegative()
                        throws java.lang.Exception
Specified by:
testEqualsNegative in class AbstractOWLDataFactoryTest
Throws:
java.lang.Exception

testHashCode

public void testHashCode()
                  throws java.lang.Exception
Specified by:
testHashCode in class AbstractOWLDataFactoryTest
Throws:
java.lang.Exception