Class SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest.DynamicSparqlComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest
-
- Enclosing class:
- SPARQL11UpdateComplianceTest
protected class SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest extends SPARQLComplianceTest.DynamicSparqlComplianceTest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Repository
getDataRepository()
protected void
runTest()
void
setUp()
void
tearDown()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest.DynamicSparqlComplianceTest
clear, compareGraphs, getDisplayName, getName, getTestURI, test, upload, uploadDataset
-
-
-
-
Method Detail
-
getDataRepository
protected Repository getDataRepository()
- Specified by:
getDataRepository
in classSPARQLComplianceTest.DynamicSparqlComplianceTest
-
runTest
protected final void runTest() throws Exception
- Specified by:
runTest
in classSPARQLComplianceTest.DynamicSparqlComplianceTest
- Throws:
Exception
-
setUp
public void setUp() throws Exception
- Specified by:
setUp
in classSPARQLComplianceTest.DynamicSparqlComplianceTest
- Throws:
Exception
-
tearDown
public void tearDown()
- Specified by:
tearDown
in classSPARQLComplianceTest.DynamicSparqlComplianceTest
-
-