Class SPARQL10QueryComplianceTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL10QueryComplianceTest
-
public abstract class SPARQL10QueryComplianceTest extends SPARQLQueryComplianceTest
A test suite that runs the W3C Approved SPARQL 1.0 query tests.- Author:
- Jeen Broekstra
- See Also:
- sparql docs test
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
SPARQLQueryComplianceTest.DynamicSPARQLQueryComplianceTest, SPARQLQueryComplianceTest.SPARQLQueryTestManifest
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTest
-
-
Constructor Summary
Constructors Constructor Description SPARQL10QueryComplianceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.junit.jupiter.api.DynamicTest>
tests()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLQueryComplianceTest
getTestData, getTestData, newRepository, testParameterListener
-
Methods inherited from class org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
addIgnoredTest, getIgnoredTests, includeSubManifest, printBindingSet, setIgnoredTests, shouldIgnoredTest
-
-
-
-
Method Detail
-
tests
@TestFactory public Collection<org.junit.jupiter.api.DynamicTest> tests()
- Specified by:
tests
in classSPARQLQueryComplianceTest
-
-