Package mondrian.test

Class CaptionTest


  • public class CaptionTest
    extends TestCase
    Unit test special "caption" settings.
    Author:
    hhaas
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CaptionTest.MyFoodmart
      created from foodmart.xml via perl script, some captions added.
    • Constructor Summary

      Constructors 
      Constructor Description
      CaptionTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testDimCaption()
      set caption "Werbemedium" for nonshared dimension "Promotion Media"
      void testDimCaptionShared()
      set caption "Quadrat-Fuesse:-)" for shared dimension "Store Size in SQFT"
      void testLevelCaptionExpression()
      Tests the <CaptionExpression> element.
      void testMeasureCaption()
      set caption "Anzahl Verkauf" for measure "Unit Sales"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaptionTest

        public CaptionTest()
    • Method Detail

      • testMeasureCaption

        public void testMeasureCaption()
        set caption "Anzahl Verkauf" for measure "Unit Sales"
      • testDimCaption

        public void testDimCaption()
        set caption "Werbemedium" for nonshared dimension "Promotion Media"
      • testDimCaptionShared

        public void testDimCaptionShared()
        set caption "Quadrat-Fuesse:-)" for shared dimension "Store Size in SQFT"