Class SPARQL11QueryComplianceTest
- 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.SPARQL11QueryComplianceTest
-
public abstract class SPARQL11QueryComplianceTest extends SPARQLQueryComplianceTest
A test suite that runs the W3C Approved SPARQL 1.1 query tests.- Author:
- Jeen Broekstra
- See Also:
- sparql docs tests
-
-
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()
protected static URL
getManifestURL()
protected static Object[][]
getTestData()
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
-
-
-
-
Method Detail
-
data
public static Collection<Object[]> data()
-
getTestData
protected static Object[][] getTestData()
-
getManifestURL
protected static URL getManifestURL()
-
setUp
public void setUp() throws Exception
- Overrides:
setUp
in classSPARQLQueryComplianceTest
- Throws:
Exception
-
-