edu.stanford.smi.protegex.owl.model.classparser.compact.tests
Class CompactOWLClassParserTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.stanford.smi.protegex.owl.tests.AbstractOWLModelTestCase
              extended byedu.stanford.smi.protegex.owl.model.classparser.compact.tests.CompactOWLClassParserTestCase
All Implemented Interfaces:
junit.framework.Test

public class CompactOWLClassParserTestCase
extends AbstractOWLModelTestCase


Field Summary
private  OWLClassParser parser
           
 
Fields inherited from class edu.stanford.smi.protegex.owl.tests.AbstractOWLModelTestCase
owlModel, project
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
CompactOWLClassParserTestCase()
           
 
Method Summary
 void testParseComplementClass()
           
 void testParseIntersection()
           
 void testParseLongIntersection()
           
 void testParseNamedClass()
           
 void testParseUnion()
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.tests.AbstractOWLModelTestCase
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parser

private OWLClassParser parser
Constructor Detail

CompactOWLClassParserTestCase

public CompactOWLClassParserTestCase()
Method Detail

testParseComplementClass

public void testParseComplementClass()
                              throws Exception
Throws:
Exception

testParseIntersection

public void testParseIntersection()
                           throws Exception
Throws:
Exception

testParseLongIntersection

public void testParseLongIntersection()
                               throws Exception
Throws:
Exception

testParseNamedClass

public void testParseNamedClass()
                         throws Exception
Throws:
Exception

testParseUnion

public void testParseUnion()
                    throws Exception
Throws:
Exception