Class AggregateTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
-
- org.eclipse.rdf4j.testsuite.sparql.tests.AggregateTest
-
public class AggregateTest extends AbstractComplianceTest
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
Constructors Constructor Description AggregateTest()
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.testsuite.sparql.AbstractComplianceTest
getNamespaceDeclarations, loadTestData, setUp, tearDown
-
-
-
-
Method Detail
-
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()
-
testGroupConcatNonDistinct
public void testGroupConcatNonDistinct() throws Exception
- Throws:
Exception
-
testSES1970CountDistinctWildcard
public void testSES1970CountDistinctWildcard() throws Exception
- Throws:
Exception
-
testCountHaving
public void testCountHaving()
-
testSum
public void testSum()
-
testDistinctSum
public void testDistinctSum()
-
testAvg
public void testAvg()
-
testDistinctAvg
public void testDistinctAvg()
-
testMax
public void testMax()
-
testDistinctMax
public void testDistinctMax()
-
testCountOrderBy_ImplicitGroup
public void testCountOrderBy_ImplicitGroup()
-
-