| com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.vocabulary.test.TestVocabRDF
Field Summary | |
final static String | RDFns The correct namespace for RDF. |
Method Summary | |
public static TestSuite | suite() | public void | testLI() Test that the RDF.li() method generates the correct strings for a few
plausible test cases. | public void | testNodes() | public void | testRDFVocabulary() Tests that the RDF vocabulary identifiers are what they're supposed to be. |
RDFns | final static String RDFns(Code) | | The correct namespace for RDF. It is *important* that this be a literal
string, not a reference to RDF.getURI(), because we're testing that the
RDF vocabulary is correct, so this here string is the gold standard.
|
suite | public static TestSuite suite()(Code) | | |
testLI | public void testLI()(Code) | | Test that the RDF.li() method generates the correct strings for a few
plausible test cases.
|
testNodes | public void testNodes()(Code) | | |
testRDFVocabulary | public void testRDFVocabulary()(Code) | | Tests that the RDF vocabulary identifiers are what they're supposed to be.
TODO arrange that we detect if there are any other identifiers in the class.
|
Methods inherited from com.hp.hpl.jena.rdf.model.test.ModelTestBase | public static void assertIsoModels(String title, Model wanted, Model got)(Code)(Java Doc) public static void assertIsoModels(Model wanted, Model got)(Code)(Java Doc) public static Model createMemModel()(Code)(Java Doc) public static Model createModel(ReificationStyle style)(Code)(Java Doc) protected static Model extendedModel()(Code)(Java Doc) public static Literal literal(Model m, String s)(Code)(Java Doc) public static Model modelAdd(Model m, String facts)(Code)(Java Doc) public static Model modelWithStatements(String facts)(Code)(Java Doc) public static Model modelWithStatements(ReificationStyle style, String facts)(Code)(Java Doc) protected static String nice(RDFNode n)(Code)(Java Doc) public static Property property(String s)(Code)(Java Doc) public static Property property(Model m, String s)(Code)(Java Doc) public static RDFNode rdfNode(Model m, String s)(Code)(Java Doc) public static RDFNode rdfNode(Model m, String s, Class c)(Code)(Java Doc) protected static Resource resource()(Code)(Java Doc) public static Resource resource(String s)(Code)(Java Doc) public static Resource resource(Model m, String s)(Code)(Java Doc) public static Set resourceSet(String items)(Code)(Java Doc) public static Resource[] resources(Model m, String items)(Code)(Java Doc) public static Statement statement(Model m, String fact)(Code)(Java Doc) public static Statement statement(String fact)(Code)(Java Doc) public static Statement[] statements(Model m, String facts)(Code)(Java Doc)
|
|
|