Class SPARQLSyntaxComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
- Direct Known Subclasses:
SPARQL11SyntaxComplianceTest
A test suite that runs SPARQL syntax tests.
- Author:
- Jeen Broekstra
-
Constructor Summary
ConstructorDescriptionSPARQLSyntaxComplianceTest
(String displayName, String testURI, String name, String queryFileURL, boolean positiveTest) -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Object[]>
data()
protected abstract ParsedOperation
parseOperation
(String operation, String fileURL) protected void
runTest()
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, compareGraphs, getDataRepository, getDisplayName, getIgnoredTests, getName, getTestURI, includeSubManifest, printBindingSet, setIgnoredTests, test, upload, uploadDataset
-
Constructor Details
-
SPARQLSyntaxComplianceTest
-
-
Method Details
-
data
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException - Throws:
MalformedQueryException
-
runTest
- Specified by:
runTest
in classSPARQLComplianceTest
- Throws:
Exception
-