Package mondrian.test
Class CaptionTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.CaptionTest
-
public class CaptionTest extends TestCaseUnit test special "caption" settings.- Author:
- hhaas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCaptionTest.MyFoodmartcreated 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 voidtestDimCaption()set caption "Werbemedium" for nonshared dimension "Promotion Media"voidtestDimCaptionShared()set caption "Quadrat-Fuesse:-)" for shared dimension "Store Size in SQFT"voidtestLevelCaptionExpression()Tests the <CaptionExpression> element.voidtestMeasureCaption()set caption "Anzahl Verkauf" for measure "Unit Sales"
-
-
-
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"
-
testLevelCaptionExpression
public void testLevelCaptionExpression()
Tests the <CaptionExpression> element. The caption for [Time].[1997] should be "1997-12-31".Test case for Bug MONDRIAN-683, "Caption expression for dimension levels missing implementation".
-
-