| com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.xmloutput.test.XMLOutputTestBase com.hp.hpl.jena.xmloutput.test.TestXMLFeatures
TestXMLFeatures | public class TestXMLFeatures extends XMLOutputTestBase (Code) | | author: bwm version: $Name: $ $Revision: 1.55 $ $Date: 2008/01/02 12:06:48 $ |
BadPropURI | final static int BadPropURI(Code) | | |
BadURI | final static int BadURI(Code) | | |
ExtraTriples | final static int ExtraTriples(Code) | | |
NoError | final static int NoError(Code) | | |
factory | static IRIFactory factory(Code) | | |
SUPPRESSEDtestBrokenPrefixing | public void SUPPRESSEDtestBrokenPrefixing() throws Exception(Code) | | Very specific test case to trap bug whereby a model which has a prefix
j.0 defined (eg it was read in from a model we wrote out earlier) wants
to allocate a new j.* prefix and picked j.0, BOOM.
|
SUPPRESSEDtestRelativeURI | public void SUPPRESSEDtestRelativeURI()(Code) | | |
testBug696057 | public void testBug696057() throws IOException(Code) | | This test checks that using a FileWriter works. It used not to work for
some encodings. The encoding used is the platform default encoding.
Because this may be MacRoman, we have to suppress warning messages.
throws: IOException - |
testDefaultNamespaceSysProp | public void testDefaultNamespaceSysProp() throws IOException(Code) | | |
testDescriptionAsProperty | public void testDescriptionAsProperty() throws IOException(Code) | | |
testDuplicateNamespaceSysProp | public void testDuplicateNamespaceSysProp() throws IOException(Code) | | |
testDuplicatePrefixSysProp | public void testDuplicatePrefixSysProp() throws IOException(Code) | | |
testDuplicatePrefixSysPropAndExplicit | public void testDuplicatePrefixSysPropAndExplicit() throws IOException(Code) | | |
testISO8859_1_DeclAbsent | public void testISO8859_1_DeclAbsent() throws IOException(Code) | | |
testISO8859_1_DeclPresent | public void testISO8859_1_DeclPresent() throws IOException(Code) | | |
testNullBaseWithAbbrev | public void testNullBaseWithAbbrev()(Code) | | Writing a model with the base URI set to null should not throw a
nullpointer exception.
|
testRDFDefaultNamespace | public void testRDFDefaultNamespace() throws IOException(Code) | | |
testRelativeAPI | public void testRelativeAPI()(Code) | | |
testUseDefaultNamespace | public void testUseDefaultNamespace() throws IOException(Code) | | |
testUseNamespaceSysProp | public void testUseNamespaceSysProp() throws IOException(Code) | | |
Methods inherited from com.hp.hpl.jena.xmloutput.test.XMLOutputTestBase | static void blockLogger()(Code)(Java Doc) protected void check(String filename, String regex, Change code) throws IOException(Code)(Java Doc) protected void check(String filename, String regexPresent, String regexAbsent, Change code) throws IOException(Code)(Java Doc) protected void check(String filename, String encoding, String regexPresent, String regexAbsent, Change code) throws IOException(Code)(Java Doc) protected void check(String filename, String regexAbsent, Change code, String base) throws IOException(Code)(Java Doc) protected void check(String filename, String encoding, String regexPresent, String regexAbsent, boolean errs, Change code) throws IOException(Code)(Java Doc) protected void check(String filename, String encoding, String regexPresent, String regexAbsent, boolean errorExpected, Change code, String base) throws IOException(Code)(Java Doc) static boolean unblockLogger()(Code)(Java Doc)
|
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)
|
|
|