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

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

public class ParseCardinalityRestrictionsTestCase
extends AbstractOWLModelTestCase

Author:
Holger Knublauch

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
ParseCardinalityRestrictionsTestCase()
           
 
Method Summary
 void testParseCardiRestriction()
           
 void testParseCardiRestrictionWithNegativeCardinality()
           
 void testParseMaxCardiRestriction()
           
 void testParseMinCardiRestriction()
           
 void testParseQCardinalityRestriction()
           
 
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

ParseCardinalityRestrictionsTestCase

public ParseCardinalityRestrictionsTestCase()
Method Detail

testParseCardiRestriction

public void testParseCardiRestriction()
                               throws Exception
Throws:
Exception

testParseMaxCardiRestriction

public void testParseMaxCardiRestriction()
                                  throws Exception
Throws:
Exception

testParseMinCardiRestriction

public void testParseMinCardiRestriction()
                                  throws Exception
Throws:
Exception

testParseCardiRestrictionWithNegativeCardinality

public void testParseCardiRestrictionWithNegativeCardinality()
                                                      throws Exception
Throws:
Exception

testParseQCardinalityRestriction

public void testParseQCardinalityRestriction()
                                      throws Exception
Throws:
Exception