| com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.xmloutput.test.testWriterInterface
testWriterInterface | public class testWriterInterface extends ModelTestBase (Code) | | author: bwm, jjc version: $Revision: 1.16 $ |
Method Summary | |
public void | testAnotherWriter() | public void | testInterface() | public void | testLineSeparator() Introduced to cope with bug 832682: double spacing on windows platforms.
Make sure the xmlns prefixes are introduced by the correct line separator.
(Java doesn't appear to understand that the notion of "line separator" should
be portable ... | public void | testNoWriter() | public void | testWriting() |
testWriterInterface | public testWriterInterface(String name, String lang)(Code) | | Constructor requires that all tests be named
Parameters: name - The name of this test |
testAnotherWriter | public void testAnotherWriter()(Code) | | |
testInterface | public void testInterface()(Code) | | |
testLineSeparator | public void testLineSeparator()(Code) | | Introduced to cope with bug 832682: double spacing on windows platforms.
Make sure the xmlns prefixes are introduced by the correct line separator.
(Java doesn't appear to understand that the notion of "line separator" should
be portable ... come back C, all is forgiven. Well, not *all* ...)
|
testNoWriter | public void testNoWriter()(Code) | | |
testWriting | public void testWriting()(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)
|
|
|