Class RDFXMLParser12TestCase
java.lang.Object
org.eclipse.rdf4j.testsuite.rio.AbstractParserTestSuite
org.eclipse.rdf4j.testsuite.rio.rdfxml.RDFXMLParser12TestCase
JUnit test for the RDF/XML parser that uses the tests that are available online from the W3C RDF test suite.
-
Field Summary
FieldsFields inherited from class AbstractParserTestSuite
format, testBaseURL, testFileBasePath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcomputeSubManifestFilePath(String subManifestFile) Hook method to allow subclasses to customize the path.protected RDFParserMethods inherited from class AbstractParserTestSuite
createRDFParser, createTestSuite, parseSubManifestsModifier and TypeMethodDescriptionprotected abstract RDFParserjunit.framework.TestSuiteprotected void
-
Field Details
-
RDF_XML_TESTS_W3C_BASE_URL
-
TEST_W3C_FILE_BASE_PATH
-
-
Constructor Details
-
RDFXMLParser12TestCase
public RDFXMLParser12TestCase() -
RDFXMLParser12TestCase
-
-
Method Details
-
createRDFBaseParser
- Overrides:
createRDFBaseParserin classAbstractParserTestSuite
-
computeSubManifestFilePath
Description copied from class:AbstractParserTestSuiteHook method to allow subclasses to customize the path. By default, only the normal testBaseURL logic is applied.- Overrides:
computeSubManifestFilePathin classAbstractParserTestSuite
-