Class SPARQL11QueryComplianceTest
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.SPARQL11QueryComplianceTest
A test suite that runs the W3C Approved SPARQL 1.1 query tests.
- Author:
- Jeen Broekstra
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class SPARQLQueryComplianceTest
SPARQLQueryComplianceTest.DynamicSPARQLQueryComplianceTest, SPARQLQueryComplianceTest.SPARQLQueryTestManifestModifier and TypeClassDescriptionclassprotected classNested classes/interfaces inherited from class SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTestModifier and TypeClassDescriptionprotected class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SPARQLQueryComplianceTest
getTestData, getTestData, newRepository, testParameterListenerModifier and TypeMethodDescriptionCollection<org.junit.jupiter.api.DynamicTest> getTestData(String manifestResource) Collection<org.junit.jupiter.api.DynamicTest> getTestData(String manifestResource, boolean approvedOnly) protected abstract Repositoryprotected voidtestParameterListener(String displayName, String testURI, String name, String queryFileURL, String resultFileURL, Dataset dataset, boolean ordered, boolean laxCardinality) This can be overridden in order to read one or more of the test parameters.Methods inherited from class SPARQLComplianceTest
addIgnoredTest, deleteDataDir, deleteDataDirAfterShutdown, getIgnoredTests, includeSubManifest, printBindingSet, setIgnoredTests, shouldIgnoredTest, shutDownAndDeleteDataDirModifier and TypeMethodDescriptionprotected voidaddIgnoredTest(String ignoredTest) protected voiddeleteDataDir(File dataDir) protected booleanprotected static booleanincludeSubManifest(String subManifestFile, List<String> excludedSubdirs) Verifies if the selected subManifest occurs in the supplied list of excluded subdirs.protected static final voidprintBindingSet(BindingSet bs, StringBuilder appendable) protected voidsetIgnoredTests(List<String> ignoredTests) protected booleanshouldIgnoredTest(String ignoredTest) protected voidshutDownAndDeleteDataDir(Repository repository)
-
Constructor Details
-
SPARQL11QueryComplianceTest
public SPARQL11QueryComplianceTest()
-
-
Method Details
-
tests
- Specified by:
testsin classSPARQLQueryComplianceTest
-