Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.reasoner.rulesys.test
Class TestTrialOWLRules  view TestTrialOWLRules download TestTrialOWLRules.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.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 $

Field Summary
protected static com.hp.hpl.jena.rdf.model.Resource configuration
          Configuration spec for the reasoner under test
protected static boolean enableTracing
          Flag to control whether tracing and logging enabled
protected  java.lang.String manifest
          The name of the manifest file to test
protected static boolean printStats
          Flag to control whether to print performance stats as we go
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestTrialOWLRules(java.lang.String manifest)
          Boilerplate for junit
 
Method Summary
static void main(java.lang.String[] args)
          Boiler plate code for loading up and exploring a specific test case for use during debugging.
protected  void runTest()
          The test runner
static junit.framework.TestSuite suite()
          Boilerplate for junit.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, setUp, 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

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

Constructor Detail

TestTrialOWLRules

public TestTrialOWLRules(java.lang.String manifest)
Boilerplate for junit

Method Detail

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.