Class GroupingSetQueryTest


  • public class GroupingSetQueryTest
    extends BatchTestCase
    Test support for generating SQL queries with the GROUPING SETS construct, if the DBMS supports it.
    Since:
    08-Jun-2007
    Author:
    Thiyagu
    • Constructor Detail

      • GroupingSetQueryTest

        public GroupingSetQueryTest()
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Overrides:
        tearDown in class FoodMartTestCase
        Throws:
        java.lang.Exception
      • testGroupingSetsWithAggregateOverDefaultMember

        public void testGroupingSetsWithAggregateOverDefaultMember()
      • testGroupingSetForSingleColumnConstraint

        public void testGroupingSetForSingleColumnConstraint()
      • testNotUsingGroupingSetWhenGroupUsesDifferentAggregateTable

        public void testNotUsingGroupingSetWhenGroupUsesDifferentAggregateTable()
      • testNotUsingGroupingSet

        public void testNotUsingGroupingSet()
      • testGroupingSetForMultipleMeasureAndSingleConstraint

        public void testGroupingSetForMultipleMeasureAndSingleConstraint()
      • testGroupingSetForASummaryCanBeGroupedWith2DetailBatch

        public void testGroupingSetForASummaryCanBeGroupedWith2DetailBatch()
      • testGroupingSetForMultipleColumnConstraint

        public void testGroupingSetForMultipleColumnConstraint()
      • testGroupingSetForMultipleColumnConstraintAndCompoundConstraint

        public void testGroupingSetForMultipleColumnConstraintAndCompoundConstraint()
      • testBug2004202

        public void testBug2004202()
        Testcase for bug 2004202, "Except not working with grouping sets".