mondrian.test
Class CaptionTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.CaptionTest
- All Implemented Interfaces:
- Test
public class CaptionTest
- extends TestCase
Unit test special "caption" settings.
- Version:
- $Id: //open/mondrian/testsrc/main/mondrian/test/CaptionTest.java#16 $
- Author:
- hhaas
Nested Class Summary |
static class |
CaptionTest.MyFoodmart
created from foodmart.xml via perl script,
some captions added. |
Method Summary |
void |
testDimCaption()
set caption "Werbemedium" for nonshared dimension "Promotion Media" |
void |
testDimCaptionShared()
set caption "Quadrat-Fuesse:-)" for shared dimension "Store Size in SQFT" |
void |
testMeasureCaption()
set caption "Anzahl Verkauf" for measure "Unit Sales" |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
CaptionTest
public CaptionTest()
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"