Class PropertyPathTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
-
- org.eclipse.rdf4j.testsuite.sparql.tests.PropertyPathTest
-
public class PropertyPathTest extends AbstractComplianceTest
Tests on SPARQL property paths.- Author:
- Jeen Broekstra
- See Also:
ArbitraryLengthPathTest
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
logger, repo
-
-
Constructor Summary
Constructors Constructor Description PropertyPathTest(Supplier<Repository> repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<org.junit.jupiter.api.DynamicTest>
tests()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
closeRepository, getNamespaceDeclarations, loadTestData, makeTest, openConnection, openRepository
-
-
-
-
Constructor Detail
-
PropertyPathTest
public PropertyPathTest(Supplier<Repository> repo)
-
-
Method Detail
-
tests
public Stream<org.junit.jupiter.api.DynamicTest> tests()
-
-