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:
-
Constructor Summary
ConstructorDescriptionSPARQL11SyntaxComplianceTest
(String displayName, String testURI, String name, String queryFileURL, boolean positiveTest) -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Object[]>
data()
protected Repository
protected abstract ParsedOperation
parseOperation
(String operation, String fileURL) Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
runTest
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, compareGraphs, getDisplayName, getIgnoredTests, getName, getTestURI, includeSubManifest, printBindingSet, setIgnoredTests, test, upload, uploadDataset
-
Constructor Details
-
SPARQL11SyntaxComplianceTest
-
-
Method Details
-
data
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException - Specified by:
parseOperation
in classSPARQLSyntaxComplianceTest
- Throws:
MalformedQueryException
-
getDataRepository
- Specified by:
getDataRepository
in classSPARQLComplianceTest
-