Class SPARQL12SyntaxComplianceTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL12SyntaxComplianceTest
-
Nested Class Summary
Nested classes/interfaces inherited from class SPARQLSyntaxComplianceTest
SPARQLSyntaxComplianceTest.DynamicSPARQLSyntaxComplianceTestModifier and TypeClassDescriptionclassNested classes/interfaces inherited from class SPARQLComplianceTest
SPARQLComplianceTest.DynamicSparqlComplianceTestModifier and TypeClassDescriptionprotected class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ParsedOperationparseOperation(String operation, String fileURL) Methods inherited from class SPARQLSyntaxComplianceTest
getTestData, getTestsSource, setTestsSourceModifier and TypeMethodDescriptionCollection<org.junit.jupiter.api.DynamicTest> voidsetTestsSource(String testsSource) 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
-
SPARQL12SyntaxComplianceTest
public SPARQL12SyntaxComplianceTest()
-
-
Method Details
-
parseOperation
protected abstract ParsedOperation parseOperation(String operation, String fileURL) throws MalformedQueryException - Specified by:
parseOperationin classSPARQLSyntaxComplianceTest- Throws:
MalformedQueryException
-