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
conn, logger, repo
-
-
Constructor Summary
Constructors Constructor Description PropertyPathTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testComplexPath()
void
testInversePath()
void
testNestedInversePropertyPathWithZeroLength()
void
testPropertyPathNegationInversion()
void
testSES1073InverseSymmetricPattern()
void
testSES1685propPathSameVar()
void
testSES2024PropertyPathAnonVarSharing()
void
testSES2147PropertyPathsWithIdenticalSubsPreds()
void
testSES2336NegatedPropertyPathMod()
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
-
-
-
Method Detail
-
testSES2147PropertyPathsWithIdenticalSubsPreds
@Test public void testSES2147PropertyPathsWithIdenticalSubsPreds() throws Exception
- Throws:
Exception
-
testSES2024PropertyPathAnonVarSharing
@Test public void testSES2024PropertyPathAnonVarSharing() throws Exception
- Throws:
Exception
-
testPropertyPathNegationInversion
@Test public void testPropertyPathNegationInversion() throws Exception
- Throws:
Exception
-
testSES2336NegatedPropertyPathMod
@Test public void testSES2336NegatedPropertyPathMod() throws Exception
- Throws:
Exception
-
testSES1685propPathSameVar
@Test public void testSES1685propPathSameVar() throws Exception
- Throws:
Exception
-
testSES1073InverseSymmetricPattern
@Test public void testSES1073InverseSymmetricPattern()
-
testNestedInversePropertyPathWithZeroLength
@Test public void testNestedInversePropertyPathWithZeroLength()
- See Also:
- GH-2727
-
testComplexPath
@Test public void testComplexPath()
-
testInversePath
@Test public void testInversePath()
-
-