|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.stanford.smi.protegex.owl.tests.AbstractOWLTestCase
edu.stanford.smi.protegex.owl.tests.AbstractJenaTestCase
edu.stanford.smi.protegex.owl.tests.AbstractDIGReasonerTestCase
Field Summary | |
private static String |
EXPECTED_CLASSIFICATION_PROPNAME
|
private RDFProperty |
expectedClassificationProperty
|
private boolean |
haveReasoningTestAnnotations
|
protected ProtegeOWLReasoner |
reasoner
|
private String |
reasoner_url
|
private static String |
REASONER_URL
|
private ReasonerTaskListener |
tlnsr
|
Fields inherited from class edu.stanford.smi.protegex.owl.tests.AbstractJenaTestCase |
ontModel, owlFullModel |
Fields inherited from class edu.stanford.smi.protegex.owl.tests.AbstractOWLTestCase |
owlModel, owlThing, project |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
AbstractDIGReasonerTestCase()
|
Method Summary | |
protected void |
computeAndCheckInconsistentConcepts()
Use the reasoner to analyze the consistency of the OWL model. |
private void |
getReasoningTestAnnotations()
|
protected void |
setUp()
|
protected void |
setURL(String url)
The reasoner is connected during the call to super.setUp(); Therefore, to use an alternate reasoner in a derived test class, do: String myReasoner = ....; setURL(myReasoner); super.setUp(); |
Methods inherited from class edu.stanford.smi.protegex.owl.tests.AbstractJenaTestCase |
getNamedClassesCount, loadRemoteOntology, loadRemoteOntologyWithProtegeMetadataOntology, loadTestOntology, ontResourceExists, reload, reloadWithJenaLoader |
Methods inherited from class edu.stanford.smi.protegex.owl.tests.AbstractOWLTestCase |
assertContains, assertContains, assertContainsNot, assertHasValue, assertSize, assertSize, dumpRDF, getRemoteOntologyURI, getTestOntologyURI, hasTypedLiteral, list |
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 |
private static String REASONER_URL
private static String EXPECTED_CLASSIFICATION_PROPNAME
private String reasoner_url
private ReasonerTaskListener tlnsr
private RDFProperty expectedClassificationProperty
private boolean haveReasoningTestAnnotations
protected ProtegeOWLReasoner reasoner
Constructor Detail |
public AbstractDIGReasonerTestCase()
Method Detail |
protected void setURL(String url)
protected void setUp() throws Exception
setUp
in class AbstractOWLTestCase
Exception
private void getReasoningTestAnnotations()
protected void computeAndCheckInconsistentConcepts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |