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
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
public void testSES2147PropertyPathsWithIdenticalSubsPreds() throws Exception
- Throws:
Exception
-
testSES2024PropertyPathAnonVarSharing
public void testSES2024PropertyPathAnonVarSharing() throws Exception
- Throws:
Exception
-
testPropertyPathNegationInversion
public void testPropertyPathNegationInversion() throws Exception
- Throws:
Exception
-
testSES2336NegatedPropertyPathMod
public void testSES2336NegatedPropertyPathMod() throws Exception
- Throws:
Exception
-
testSES1685propPathSameVar
public void testSES1685propPathSameVar() throws Exception
- Throws:
Exception
-
testSES1073InverseSymmetricPattern
public void testSES1073InverseSymmetricPattern()
-
testNestedInversePropertyPathWithZeroLength
public void testNestedInversePropertyPathWithZeroLength()
- See Also:
- GH-2727
-
-