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
public abstract class SPARQLSyntaxComplianceTest extends SPARQLComplianceTest
A test suite that runs SPARQL syntax tests.- Author:
- Jeen Broekstra
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SPARQLSyntaxComplianceTest.DynamicSPARQLSyntaxComplianceTest
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTest
-
-
Constructor Summary
Constructors Constructor Description SPARQLSyntaxComplianceTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Collection<org.junit.jupiter.api.DynamicTest>
getTestData()
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
-
-
-
-
Method Detail
-
getTestData
@TestFactory public Collection<org.junit.jupiter.api.DynamicTest> getTestData()
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException
- Throws:
MalformedQueryException
-
-