Class SPARQL11UpdateComplianceTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
-
public abstract class SPARQL11UpdateComplianceTest extends SPARQLComplianceTest
A test suite that runs the W3C Approved SPARQL 1.1 update compliance tests.- Author:
- Jeen Broekstra
- See Also:
- sparql docs tests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTest
-
-
Field Summary
Fields Modifier and Type Field Description protected Repository
expectedResultRepo
-
Constructor Summary
Constructors Constructor Description SPARQL11UpdateComplianceTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Collection<org.junit.jupiter.api.DynamicTest>
getTestData()
protected abstract Repository
newRepository()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, getIgnoredTests, includeSubManifest, printBindingSet, setIgnoredTests, shouldIgnoredTest
-
-
-
-
Field Detail
-
expectedResultRepo
protected Repository expectedResultRepo
-
-
Method Detail
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
getTestData
@TestFactory public Collection<org.junit.jupiter.api.DynamicTest> getTestData()
-
-