Class SPARQLQueryComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
- Direct Known Subclasses:
GeoSPARQLManifestTest
,SPARQL10QueryComplianceTest
,SPARQL11QueryComplianceTest
,SPARQL12QueryComplianceTest
Base functionality for SPARQL query compliance test suites .
- Author:
- Jeen Broekstra
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Repository
protected abstract Repository
protected void
runTest()
void
setUp()
void
tearDown()
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
-
SPARQLQueryComplianceTest
public SPARQLQueryComplianceTest(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality) - Parameters:
displayName
-testURI
-name
-queryFileURL
-resultFileURL
-dataset
-ordered
-
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
runTest
- Specified by:
runTest
in classSPARQLComplianceTest
- Throws:
Exception
-
newRepository
- Throws:
Exception
-
getDataRepository
- Specified by:
getDataRepository
in classSPARQLComplianceTest
-