Class AggregateTest


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

      • AggregateTest

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

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