Class AggregateTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
org.eclipse.rdf4j.testsuite.sparql.tests.AggregateTest
Tests on SPARQL aggregate function compliance.
- Author:
- Jeen Broekstra
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
conn, logger, repo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
See https://github.com/eclipse/rdf4j/issues/1978void
See https://github.com/eclipse/rdf4j/issues/1978void
See https://github.com/eclipse/rdf4j/issues/1978void
See https://github.com/eclipse/rdf4j/issues/1978void
See https://github.com/eclipse/rdf4j/issues/1978void
See https://github.com/eclipse/rdf4j/issues/1978void
void
void
void
void
void
void
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
Constructor Details
-
AggregateTest
public AggregateTest()
-
-
Method Details
-
testMaxAggregateWithGroupEmptyResult
public void testMaxAggregateWithGroupEmptyResult()See https://github.com/eclipse/rdf4j/issues/1978 -
testMaxAggregateWithoutGroupEmptySolution
public void testMaxAggregateWithoutGroupEmptySolution()See https://github.com/eclipse/rdf4j/issues/1978 -
testMinAggregateWithGroupEmptyResult
public void testMinAggregateWithGroupEmptyResult()See https://github.com/eclipse/rdf4j/issues/1978 -
testMinAggregateWithoutGroupEmptySolution
public void testMinAggregateWithoutGroupEmptySolution()See https://github.com/eclipse/rdf4j/issues/1978 -
testSampleAggregateWithGroupEmptyResult
public void testSampleAggregateWithGroupEmptyResult()See https://github.com/eclipse/rdf4j/issues/1978 -
testSampleAggregateWithoutGroupEmptySolution
public void testSampleAggregateWithoutGroupEmptySolution()See https://github.com/eclipse/rdf4j/issues/1978 -
testSES2361UndefMin
public void testSES2361UndefMin() -
testSES2361UndefMax
public void testSES2361UndefMax() -
testSES2361UndefCount
public void testSES2361UndefCount() -
testSES2361UndefCountWildcard
public void testSES2361UndefCountWildcard() -
testSES2361UndefSum
public void testSES2361UndefSum() -
testSES1979MinMaxInf
- Throws:
Exception
-
testGroupConcatDistinct
- Throws:
Exception
-
testGroupConcatNonDistinct
- Throws:
Exception
-
testSES1970CountDistinctWildcard
- Throws:
Exception
-