Class RDFXMLParser12TestCase

java.lang.Object
org.eclipse.rdf4j.testsuite.rio.AbstractParserTestSuite
org.eclipse.rdf4j.testsuite.rio.rdfxml.RDFXMLParser12TestCase

public abstract class RDFXMLParser12TestCase extends AbstractParserTestSuite
JUnit test for the RDF/XML parser that uses the tests that are available online from the W3C RDF test suite.
  • Field Details

    • RDF_XML_TESTS_W3C_BASE_URL

      public static String RDF_XML_TESTS_W3C_BASE_URL
    • TEST_W3C_FILE_BASE_PATH

      protected static String TEST_W3C_FILE_BASE_PATH
  • Constructor Details

    • RDFXMLParser12TestCase

      public RDFXMLParser12TestCase()
    • RDFXMLParser12TestCase

      public RDFXMLParser12TestCase(String testFileBasePath, String testBaseURL)
  • Method Details