| test.org.mandarax.rdf.AbstractRDFTestCase test.org.mandarax.rdf.RDFClauseSetKBIntegrationTestCase
RDFClauseSetKBIntegrationTestCase | public class RDFClauseSetKBIntegrationTestCase extends AbstractRDFTestCase (Code) | | Test case for the integration of RDFClauseSets into knowledge bases. In
particular, we test here whether indexing works correctly (unlike
SQLClauseSets, RDFClauseSets contain generally more than one predicates).
author: Jens Dietrich Adrian Paschke version: 1.1 <01 August 2004> since: 0.1 |
Method Summary | |
public void | test1() Check whether the clause set is correctly indexed for all of the
predicates it contains. |
test1 | public void test1() throws Exception(Code) | | Check whether the clause set is correctly indexed for all of the
predicates it contains.
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)
|
|
|