Class RolapResultTest

    • Constructor Detail

      • RolapResultTest

        public RolapResultTest()
      • RolapResultTest

        public RolapResultTest​(java.lang.String name)
    • Method Detail

      • setUp

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

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

        public void testAll()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testD1

        public void testD1()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testD2

        public void testD2()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • _testNullDefaultMeasure

        public void _testNullDefaultMeasure()
                                     throws java.lang.Exception
        This ought to give the same result as the above testD2() method. In this case, the FT2Extra cube has a default measure with no data (null) for all members. This default measure is used in the evaluation even though there is an implicit use of the measure [Measures].[Value].
        Throws:
        java.lang.Exception
      • testNonAllPromotionMembers

        public void testNonAllPromotionMembers()