Class FilterScopeTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
-
- org.eclipse.rdf4j.testsuite.sparql.tests.FilterScopeTest
-
public class FilterScopeTest extends AbstractComplianceTest
Tests for variable scoping issues with SPARQL FILTER clauses.- Author:
- HÃ¥vard M. Ottestad
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
conn, logger, repo
-
-
Constructor Summary
Constructors Constructor Description FilterScopeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testScope1()
void
testScope1WithCorrectScope()
void
testScope1WithoutScopingIssue()
void
testScope2()
void
testScope3()
void
testScope3WithoutScopingIssue()
void
testScope4()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
-
-
-
Method Detail
-
testScope1
public void testScope1()
-
testScope1WithoutScopingIssue
public void testScope1WithoutScopingIssue()
-
testScope1WithCorrectScope
public void testScope1WithCorrectScope()
-
testScope2
public void testScope2()
-
testScope3
public void testScope3()
-
testScope3WithoutScopingIssue
public void testScope3WithoutScopingIssue()
-
testScope4
public void testScope4()
-
-