Class AggregateTest


  • public class AggregateTest
    extends AbstractComplianceTest
    Tests on SPARQL aggregate function compliance.
    Author:
    Jeen Broekstra
    • Constructor Detail

      • AggregateTest

        public AggregateTest()
    • 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()
      • testSES1979MinMaxInf

        public void testSES1979MinMaxInf()
                                  throws Exception
        Throws:
        Exception
      • testGroupConcatDistinct

        public void testGroupConcatDistinct()
                                     throws Exception
        Throws:
        Exception
      • 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()