Class SPARQL10QueryComplianceTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL10QueryComplianceTest
-
public abstract class SPARQL10QueryComplianceTest extends SPARQLQueryComplianceTest
A test suite that runs the W3C Approved SPARQL 1.0 query tests.- Author:
- Jeen Broekstra
- See Also:
- sparql docs test
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
SPARQLQueryComplianceTest.SPARQLQueryTestManifest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
data()
void
setUp()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
getDataRepository, newRepository, runTest, 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 Detail
-
SPARQL10QueryComplianceTest
public SPARQL10QueryComplianceTest(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 Detail
-
data
public static Collection<Object[]> data()
-
setUp
public void setUp() throws Exception
- Overrides:
setUp
in classSPARQLQueryComplianceTest
- Throws:
Exception
-
-