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
logger, repo
-
-
Constructor Summary
Constructors Constructor Description FilterScopeTest(Supplier<Repository> repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<org.junit.jupiter.api.DynamicTest>
tests()
void
testScope1(RepositoryConnection conn)
void
testScope1WithCorrectScope(RepositoryConnection conn)
void
testScope1WithoutScopingIssue(RepositoryConnection conn)
void
testScope2(RepositoryConnection conn)
void
testScope3(RepositoryConnection conn)
void
testScope3WithoutScopingIssue(RepositoryConnection conn)
void
testScope4(RepositoryConnection conn)
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
closeRepository, getNamespaceDeclarations, loadTestData, makeTest, openConnection, openRepository
-
-
-
-
Constructor Detail
-
FilterScopeTest
public FilterScopeTest(Supplier<Repository> repo)
-
-
Method Detail
-
testScope1
public void testScope1(RepositoryConnection conn)
-
testScope1WithoutScopingIssue
public void testScope1WithoutScopingIssue(RepositoryConnection conn)
-
testScope1WithCorrectScope
public void testScope1WithCorrectScope(RepositoryConnection conn)
-
testScope2
public void testScope2(RepositoryConnection conn)
-
testScope3
public void testScope3(RepositoryConnection conn)
-
testScope3WithoutScopingIssue
public void testScope3WithoutScopingIssue(RepositoryConnection conn)
-
testScope4
public void testScope4(RepositoryConnection conn)
-
tests
public Stream<org.junit.jupiter.api.DynamicTest> tests()
-
-