Class TurtleParserTestCase
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.rio.turtle.TurtleParserTestCase
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
TESTS_W3C_BASE_URL
Base URL for W3C Tutle tests.
-
Constructor Summary
Constructors Constructor Description TurtleParserTestCase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RDFParser
createNTriplesParser()
junit.framework.TestSuite
createTestSuite()
protected abstract RDFParser
createTurtleParser()
-
-
-
Field Detail
-
TESTS_W3C_BASE_URL
protected static String TESTS_W3C_BASE_URL
Base URL for W3C Tutle tests.
-
-
Method Detail
-
createTestSuite
public junit.framework.TestSuite createTestSuite() throws Exception
- Throws:
Exception
-
createTurtleParser
protected abstract RDFParser createTurtleParser()
- Returns:
- An implementation of a Turtle parser to test compliance with the Turtle Test Suite Turtle tests.
-
createNTriplesParser
protected abstract RDFParser createNTriplesParser()
- Returns:
- An implementation of an N-Triples parser to test compliance with the Turtle Test Suite N-Triples tests.
-
-