Class SPARQL11SyntaxComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11SyntaxComplianceTest
A test suite that runs the W3C Approved SPARQL 1.1 Syntax tests.
- Author:
- Jeen Broekstra
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
SPARQLSyntaxComplianceTest.DynamicSPARQLSyntaxComplianceTest
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ParsedOperation
parseOperation
(String operation, String fileURL) Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
getTestData
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, getIgnoredTests, includeSubManifest, printBindingSet, setIgnoredTests, shouldIgnoredTest
-
Constructor Details
-
SPARQL11SyntaxComplianceTest
public SPARQL11SyntaxComplianceTest()
-
-
Method Details
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException - Specified by:
parseOperation
in classSPARQLSyntaxComplianceTest
- Throws:
MalformedQueryException
-