Package mondrian.rolap
Class HighDimensionsTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.rolap.HighDimensionsTest
-
public class HighDimensionsTest extends FoodMartTestCase
Unit-test for non cacheable elementos of high dimensions.- Since:
- May, 2008
- Author:
- jlopez, lcanals
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description HighDimensionsTest()
HighDimensionsTest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_testTopCount()
void
testBug1971406()
void
testFilter()
void
testHead()
void
testMondrian1488()
void
testNonEmpty()
void
testPromotionsTwoDimensions()
-
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
-
testBug1971406
public void testBug1971406() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPromotionsTwoDimensions
public void testPromotionsTwoDimensions() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testHead
public void testHead() throws java.lang.Exception
- Throws:
java.lang.Exception
-
_testTopCount
public void _testTopCount() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNonEmpty
public void testNonEmpty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFilter
public void testFilter() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMondrian1488
public void testMondrian1488()
-
-