Package mondrian.olap
Class NullMemberRepresentationTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.olap.NullMemberRepresentationTest
-
public class NullMemberRepresentationTest extends FoodMartTestCase
NullMemberRepresentationTesttests the null member custom representation feature supported viaMondrianProperties.NullMemberRepresentationproperty.- Author:
- ajogleka
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description NullMemberRepresentationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestClosingPeriodMemberLeafWithCustomNullRepresentation()voidtestItemMemberWithCustomNullMemberRepresentation()voidtestNullMemberWithCustomRepresentation()-
Methods inherited from class mondrian.test.FoodMartTestCase
allMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, tearDown, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
-
-
-
-
Method Detail
-
testClosingPeriodMemberLeafWithCustomNullRepresentation
public void testClosingPeriodMemberLeafWithCustomNullRepresentation()
-
testItemMemberWithCustomNullMemberRepresentation
public void testItemMemberWithCustomNullMemberRepresentation() throws IOException- Throws:
IOException
-
testNullMemberWithCustomRepresentation
public void testNullMemberWithCustomRepresentation() throws IOException- Throws:
IOException
-
-