Class TurtleParserTestCase

java.lang.Object
org.eclipse.rdf4j.testsuite.rio.AbstractParserTestSuite
org.eclipse.rdf4j.testsuite.rio.turtle.TurtleParserTestCase

public abstract class TurtleParserTestCase extends AbstractParserTestSuite
JUnit test for the Turtle parser that uses the tests that are available online.
  • Field Details

    • TESTS_W3C_BASE_URL

      protected static String TESTS_W3C_BASE_URL
    • TEST_W3C_FILE_BASE_PATH

      protected static String TEST_W3C_FILE_BASE_PATH
  • Constructor Details

    • TurtleParserTestCase

      public TurtleParserTestCase()
    • TurtleParserTestCase

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