| com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.rdf.model.test.TestStatements
suite | public static TestSuite suite()(Code) | | |
testHasWellFormedXML | public void testHasWellFormedXML()(Code) | | |
testOtherStuff | public void testOtherStuff()(Code) | | |
testPortingBlankNodes | public void testPortingBlankNodes()(Code) | | |
testSet | public void testSet()(Code) | | |
testStatementPrintsType | public void testStatementPrintsType()(Code) | | Feeble test that toString'ing a Statement[Impl] will display the data-type
of its object if it has one.
|
testStatmentMap1Selectors | public void testStatmentMap1Selectors()(Code) | | |
testStuff | public void testStuff()(Code) | | this case came up when Chris was sorting out ReifedStatement and
had mishacked Model.createStatement. A resource created in one
model and incorporated into a statement asserted constructed by a
different model should test equal to the resource extracted from that
statement, even if it's a bnode.
|
testTripleWrapper | public void testTripleWrapper()(Code) | | |
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)
|
|
|