Class SPARQLComplianceTest.DynamicSparqlComplianceTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest.DynamicSparqlComplianceTest
-
- Direct Known Subclasses:
SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest
,SPARQLQueryComplianceTest.DynamicSPARQLQueryComplianceTest
,SPARQLSyntaxComplianceTest.DynamicSPARQLSyntaxComplianceTest
- Enclosing class:
- SPARQLComplianceTest
protected abstract class SPARQLComplianceTest.DynamicSparqlComplianceTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DynamicSparqlComplianceTest(String displayName, String testURI, String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
clear(Repository repo)
protected void
compareGraphs(Iterable<Statement> queryResult, Iterable<Statement> expectedResult)
protected abstract Repository
getDataRepository()
String
getDisplayName()
String
getName()
String
getTestURI()
protected abstract void
runTest()
abstract void
setUp()
abstract void
tearDown()
void
test()
protected void
upload(IRI graphURI, Resource context)
protected void
uploadDataset(Dataset dataset)
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
-
getTestURI
public String getTestURI()
- Returns:
- the testURI
-
getName
public String getName()
- Returns:
- the name
-
getDataRepository
protected abstract Repository getDataRepository()
-
compareGraphs
protected void compareGraphs(Iterable<Statement> queryResult, Iterable<Statement> expectedResult) throws Exception
- Throws:
Exception
-
clear
protected void clear(Repository repo)
-
-