Class BindTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
-
- org.eclipse.rdf4j.testsuite.sparql.tests.BindTest
-
public class BindTest extends AbstractComplianceTest
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
Constructors Constructor Description BindTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBindError()
See https://github.com/eclipse/rdf4j/issues/1018void
testBindScope()
See https://github.com/eclipse/rdf4j/issues/1405void
testBindScopeUnion()
See https://github.com/eclipse/rdf4j/issues/1642void
testGH3696Bind()
void
testGH4499BindFilterNotExist1()
void
testGH4499BindFilterNotExist2()
void
testSelectBindOnly()
void
testSES2250BindErrors()
void
testSES2250BindErrorsInPath()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
-
-
-
Method Detail
-
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()
-
-