Class SPARQLComplianceTest.DynamicSparqlComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest.DynamicSparqlComplianceTest
- Record Components:
displayName
-testURI
-name
-
- Direct Known Subclasses:
SPARQL11UpdateComplianceTest.DynamicSPARQL11UpdateComplianceTest
,SPARQLQueryComplianceTest.DynamicSPARQLQueryComplianceTest
,SPARQLSyntaxComplianceTest.DynamicSPARQLSyntaxComplianceTest
- Enclosing class:
SPARQLComplianceTest
-
Constructor Summary
ConstructorDescriptionDynamicSparqlComplianceTest
(String displayName, String testURI, String name) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear
(Repository repo) protected void
compareGraphs
(Iterable<Statement> queryResult, Iterable<Statement> expectedResult) protected abstract Repository
getName()
protected abstract void
runTest()
abstract void
setUp()
abstract void
tearDown()
void
test()
protected void
protected void
uploadDataset
(Dataset dataset)
-
Constructor Details
-
DynamicSparqlComplianceTest
-
-
Method Details
-
test
- Throws:
Exception
-
getDisplayName
- Returns:
- the displayName
-
getTestURI
- Returns:
- the testURI
-
getName
- Returns:
- the name
-
uploadDataset
- Throws:
Exception
-
getDataRepository
-
upload
- Throws:
Exception
-
compareGraphs
protected void compareGraphs(Iterable<Statement> queryResult, Iterable<Statement> expectedResult) throws Exception - Throws:
Exception
-
runTest
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
setUp
- Throws:
Exception
-
clear
-