org.semanticweb.owlapi.api.test
Class OntologyMutationTestCase

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

public class OntologyMutationTestCase
extends AbstractOWLAPITestCase

Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 28-Jul-2008


Constructor Summary
OntologyMutationTestCase()
           
 
Method Summary
 void testAddAxiom()
           
 void testAddAxioms()
           
 void testApplyChange()
           
 void testApplyChanges()
           
 
Methods inherited from class org.semanticweb.owlapi.api.test.AbstractOWLAPITestCase
addAxiom, getFactory, getManager, getOWLAnnotationProperty, getOWLClass, getOWLDataProperty, getOWLDatatype, getOWLIndividual, getOWLObjectProperty, getOWLOntology, handleSaved, isIgnoreDeclarationAxioms, loadOntology, roundTripOntology, roundTripOntology, setUp
 
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

OntologyMutationTestCase

public OntologyMutationTestCase()
Method Detail

testAddAxiom

public void testAddAxiom()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testAddAxioms

public void testAddAxioms()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testApplyChange

public void testApplyChange()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testApplyChanges

public void testApplyChanges()
                      throws java.lang.Exception
Throws:
java.lang.Exception