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
@Test public void testMaxAggregateWithGroupEmptyResult()
See https://github.com/eclipse/rdf4j/issues/1978
-
testMaxAggregateWithoutGroupEmptySolution
@Test public void testMaxAggregateWithoutGroupEmptySolution()
See https://github.com/eclipse/rdf4j/issues/1978
-
testMinAggregateWithGroupEmptyResult
@Test public void testMinAggregateWithGroupEmptyResult()
See https://github.com/eclipse/rdf4j/issues/1978
-
testMinAggregateWithoutGroupEmptySolution
@Test public void testMinAggregateWithoutGroupEmptySolution()
See https://github.com/eclipse/rdf4j/issues/1978
-
testSampleAggregateWithGroupEmptyResult
@Test public void testSampleAggregateWithGroupEmptyResult()
See https://github.com/eclipse/rdf4j/issues/1978
-
testSampleAggregateWithoutGroupEmptySolution
@Test public void testSampleAggregateWithoutGroupEmptySolution()
See https://github.com/eclipse/rdf4j/issues/1978
-
testSES2361UndefMin
@Test public void testSES2361UndefMin()
-
testSES2361UndefMax
@Test public void testSES2361UndefMax()
-
testSES2361UndefCount
@Test public void testSES2361UndefCount()
-
testSES2361UndefCountWildcard
@Test public void testSES2361UndefCountWildcard()
-
testSES2361UndefSum
@Test public void testSES2361UndefSum()
-
testGroupConcatDistinct
@Test public void testGroupConcatDistinct() throws Exception
- Throws:
Exception
-
testGroupConcatNonDistinct
@Test public void testGroupConcatNonDistinct() throws Exception
- Throws:
Exception
-
testSES1970CountDistinctWildcard
@Test public void testSES1970CountDistinctWildcard() throws Exception
- Throws:
Exception
-
testCountHaving
@Test public void testCountHaving()
-
testSum
@Test public void testSum()
-
testDistinctSum
@Test public void testDistinctSum()
-
testAvg
@Test public void testAvg()
-
testDistinctAvg
@Test public void testDistinctAvg()
-
testMax
@Test public void testMax()
-
testDistinctMax
@Test public void testDistinctMax()
-
testCountOrderBy_ImplicitGroup
@Test public void testCountOrderBy_ImplicitGroup()
-
-