java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.hp.hpl.jena.reasoner.rulesys.test.TestTrialOWLRules
- All Implemented Interfaces:
- junit.framework.Test
- public class TestTrialOWLRules
- extends junit.framework.TestCase
Test suite to test experimental versions of the OWL reasoner, not
included in the master regression test suite.
- Version:
- $Revision: 1.11 $ on $Date: 2005/04/11 11:27:04 $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
manifest
protected java.lang.String manifest
- The name of the manifest file to test
enableTracing
protected static boolean enableTracing
- Flag to control whether tracing and logging enabled
printStats
protected static boolean printStats
- Flag to control whether to print performance stats as we go
configuration
protected static com.hp.hpl.jena.rdf.model.Resource configuration
- Configuration spec for the reasoner under test
TestTrialOWLRules
public TestTrialOWLRules(java.lang.String manifest)
- Boilerplate for junit
suite
public static junit.framework.TestSuite suite()
- Boilerplate for junit.
This is its own test suite
runTest
protected void runTest()
throws java.io.IOException
- The test runner
main
public static void main(java.lang.String[] args)
- Boiler plate code for loading up and exploring a specific test case
for use during debugging.