| com.hp.hpl.jena.reasoner.rulesys.impl.oldCode.TestTrail
TestTrail | public class TestTrail extends TestCase (Code) | | Test harness for the prototype binding trail implementation.
author: Dave Reynolds version: $Revision: 1.7 $ on $Date: 2008/01/02 12:09:44 $ |
Method Summary | |
public static TestSuite | suite() Boilerplate for junit. | public void | testMatching() Check a few triple pattern invariants. | public void | testUnify() Test unification support. |
TestTrail | public TestTrail(String name)(Code) | | Boilerplate for junit
|
suite | public static TestSuite suite()(Code) | | Boilerplate for junit.
This is its own test suite
|
testMatching | public void testMatching()(Code) | | Check a few triple pattern invariants. These are not directly
part of the trail system but the trail machinery depends on them.
|
testUnify | public void testUnify()(Code) | | Test unification support.
|
|
|