Class SPARQLComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
- Direct Known Subclasses:
SPARQL11UpdateComplianceTest
,SPARQLQueryComplianceTest
,SPARQLSyntaxComplianceTest
Base functionality for SPARQL compliance test suites using a W3C-style Manifest.
- Author:
- Jeen Broekstra
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addIgnoredTest
(String ignoredTest) protected static boolean
includeSubManifest
(String subManifestFile, List<String> excludedSubdirs) Verifies if the selected subManifest occurs in the supplied list of excluded subdirs.protected static final void
printBindingSet
(BindingSet bs, StringBuilder appendable) protected void
setIgnoredTests
(List<String> ignoredTests) protected boolean
shouldIgnoredTest
(String ignoredTest)
-
Constructor Details
-
SPARQLComplianceTest
public SPARQLComplianceTest()
-
-
Method Details
-
printBindingSet
-
includeSubManifest
Verifies if the selected subManifest occurs in the supplied list of excluded subdirs.- Parameters:
subManifestFile
- the url of a sub-manifestexcludedSubdirs
- an array of directory names. May be null.- Returns:
false
if the supplied list of excluded subdirs is not empty and contains a match for the supplied sub-manifest,true
otherwise.
-
getIgnoredTests
-
addIgnoredTest
-
shouldIgnoredTest
-
setIgnoredTests
-