org.semanticweb.owlapi.model
Class OWLImportsClosureTestCase

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

public class OWLImportsClosureTestCase
extends AbstractOWLTestCase

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 31-Jul-2007


Constructor Summary
OWLImportsClosureTestCase()
           
 
Method Summary
 void testImportsClosure()
          Tests to see if the method which obtains the imports closure behaves correctly.
 
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLTestCase
getOWLDataFactory, getOWLOntologyManager, setUp, 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

OWLImportsClosureTestCase

public OWLImportsClosureTestCase()
Method Detail

testImportsClosure

public void testImportsClosure()
                        throws java.lang.Exception
Tests to see if the method which obtains the imports closure behaves correctly.

Throws:
java.lang.Exception