| com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.xmloutput.test.XMLOutputTestBase
All known Subclasses: com.hp.hpl.jena.xmloutput.test.TestXMLFeatures, com.hp.hpl.jena.xmloutput.test.TestXMLAbbrev,
Inner Class :protected static class Change | |
Method Summary | |
static void | blockLogger() | protected void | check(String filename, String regex, Change code) | protected void | check(String filename, String regexPresent, String regexAbsent, Change code) | protected void | check(String filename, String encoding, String regexPresent, String regexAbsent, Change code) | protected void | check(String filename, String regexAbsent, Change code, String base) | protected void | check(String filename, String encoding, String regexPresent, String regexAbsent, boolean errs, Change code) | protected void | check(String filename, String encoding, String regexPresent, String regexAbsent, boolean errorExpected, Change code, String base) | static boolean | unblockLogger() |
sawErrors | static boolean sawErrors(Code) | | |
blockLogger | static void blockLogger()(Code) | | |
check | protected void check(String filename, String regex, Change code) throws IOException(Code) | | Parameters: code - Stuff to do to the writer. Parameters: filename - Read this file, write it out, read it in. Parameters: regex - Written file must match this. |
unblockLogger | static boolean unblockLogger()(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)
|
|
|