Package mondrian.test
Class CaptionTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.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"
-
-
-
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".
-
-