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