Class BindTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
org.eclipse.rdf4j.testsuite.sparql.tests.BindTest
Test on SPARQL BIND function.
- Author:
- Jeen Broekstra
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
conn, logger, repo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
See https://github.com/eclipse/rdf4j/issues/1018void
See https://github.com/eclipse/rdf4j/issues/1405void
See https://github.com/eclipse/rdf4j/issues/1642void
void
void
void
void
void
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
Constructor Details
-
BindTest
public BindTest()
-
-
Method Details
-
testBindError
public void testBindError()See https://github.com/eclipse/rdf4j/issues/1018 -
testBindScope
public void testBindScope()See https://github.com/eclipse/rdf4j/issues/1405 -
testBindScopeUnion
public void testBindScopeUnion()See https://github.com/eclipse/rdf4j/issues/1642 -
testSES2250BindErrors
public void testSES2250BindErrors() -
testSES2250BindErrorsInPath
public void testSES2250BindErrorsInPath() -
testSelectBindOnly
public void testSelectBindOnly() -
testGH3696Bind
public void testGH3696Bind() -
testGH4499BindFilterNotExist1
public void testGH4499BindFilterNotExist1() -
testGH4499BindFilterNotExist2
public void testGH4499BindFilterNotExist2()
-