Class SPARQLSyntaxComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
- Direct Known Subclasses:
SPARQL11SyntaxComplianceTest
A test suite that runs SPARQL syntax tests.
- Author:
- Jeen Broekstra
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.junit.jupiter.api.DynamicTest> protected abstract ParsedOperation
parseOperation
(String operation, String fileURL) Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, getIgnoredTests, includeSubManifest, printBindingSet, setIgnoredTests, shouldIgnoredTest
-
Constructor Details
-
SPARQLSyntaxComplianceTest
public SPARQLSyntaxComplianceTest()
-
-
Method Details
-
getTestData
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException - Throws:
MalformedQueryException
-