| test.org.mandarax.rdf.AbstractRDFTestCase test.org.mandarax.rdf.RDFClauseSetTestCase
Method Summary | |
public void | test1() Test 1. | public void | test2() Test 2. |
test1 | public void test1() throws Exception(Code) | | Test 1. All objects are literals.
throws: an - exception (indicating that the test case has failed) |
test2 | public void test2() throws Exception(Code) | | Test 2. Objects are literals or resources.
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)
|
|
|