| test.org.mandarax.rdf.AbstractRDFTestCase test.org.mandarax.rdf.RDFClauseSetIEIntegrationTestCase
RDFClauseSetIEIntegrationTestCase | public class RDFClauseSetIEIntegrationTestCase extends AbstractRDFTestCase (Code) | | Test case to test the interaction with IE. This tests in particular the clauses(Clause,Object) method
which is called by the IE when knowledge is requested to proof a certain goal.
author: Jens Dietrich Adrian Paschke version: 1.1 <01 August 2004> since: 0.1 |
Method Summary | |
public void | test1() Test 1. | public void | test2() Test 2. | public void | test3() Test 3. | public void | test4() Test 4. | public void | test5() Test 5. | public void | test6() Test 6. |
test1 | public void test1() throws Exception(Code) | | Test 1.
throws: an - exception (indicating that the test case has failed) |
test2 | public void test2() throws Exception(Code) | | Test 2.
throws: an - exception (indicating that the test case has failed) |
test3 | public void test3() throws Exception(Code) | | Test 3.
throws: an - exception (indicating that the test case has failed) |
test4 | public void test4() throws Exception(Code) | | Test 4.
throws: an - exception (indicating that the test case has failed) |
test5 | public void test5() throws Exception(Code) | | Test 5.
throws: an - exception (indicating that the test case has failed) |
test6 | public void test6() throws Exception(Code) | | Test 6.
throws: an - exception (indicating that the test case has failed) |
Methods inherited from test.org.mandarax.rdf.AbstractRDFTestCase | protected static Fact buildFactWithLiteral(String predicateNS, String predicateLN, String subURI, String value)(Code)(Java Doc) protected static Fact buildFactWithObject(String predicateNS, String predicateLN, String subURI, String objURI)(Code)(Java Doc) protected boolean compareObjects(Object object1, Object object2, boolean b)(Code)(Java Doc) protected boolean comparePredicates(Predicate predicate1, Predicate predicate2)(Code)(Java Doc) protected boolean compareSubjects(Object subject1, Object subject2)(Code)(Java Doc) protected static Object lit(String value)(Code)(Java Doc) protected static void log(String msg)(Code)(Java Doc) protected static Object obj(String uri)(Code)(Java Doc) protected static Predicate p(String ns, String name)(Code)(Java Doc) protected static Object sub(String uri)(Code)(Java Doc)
|
|
|