Class ExplicitRecognizerTest

    • Constructor Detail

      • ExplicitRecognizerTest

        public ExplicitRecognizerTest()
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Overrides:
        setUp in class AggTableTestCase
        Throws:
        java.lang.Exception
      • testExplicitAggExtraColsRequiringJoin

        public void testExplicitAggExtraColsRequiringJoin()
                                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testExplicitForeignKey

        public void testExplicitForeignKey()
      • testExplicitAggOrdinalOnAggTable

        public void testExplicitAggOrdinalOnAggTable()
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testExplicitAggCaptionOnAggTable

        public void testExplicitAggCaptionOnAggTable()
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testExplicitAggNameColumnOnAggTable

        public void testExplicitAggNameColumnOnAggTable()
                                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testExplicitAggPropertiesOnAggTable

        public void testExplicitAggPropertiesOnAggTable()
                                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testCountDistinctAllowableRollup

        public void testCountDistinctAllowableRollup()
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testCountDisallowedRollup

        public void testCountDisallowedRollup()
                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setupMultiColDimCube

        static TestContext setupMultiColDimCube​(java.lang.String aggName,
                                                java.lang.String yearCols,
                                                java.lang.String qtrCols,
                                                java.lang.String monthCols,
                                                java.lang.String monthProp)
      • setupMultiColDimCube

        static TestContext setupMultiColDimCube​(java.lang.String aggName,
                                                java.lang.String yearCols,
                                                java.lang.String qtrCols,
                                                java.lang.String monthCols,
                                                java.lang.String monthProp,
                                                java.lang.String defaultMeasure)