Package mondrian.rolap
Class RolapStarTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.rolap.RolapStarTest
-
public class RolapStarTest extends FoodMartTestCase
Unit test forRolapStar
.- Author:
- pedrovale
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
RolapStarTest.RolapStarForTests
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description RolapStarTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RolapStarTest.RolapStarForTests
getStar(java.lang.String starName)
(package private) RolapStar
getStar(Connection con, java.lang.String starName)
void
testCloneRelationWithFilteredTable()
Tests that given aMondrianDef.Table
, cloneRelation respects the existing filters.-
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
-
getStar
RolapStar getStar(Connection con, java.lang.String starName)
-
getStar
RolapStarTest.RolapStarForTests getStar(java.lang.String starName)
-
testCloneRelationWithFilteredTable
public void testCloneRelationWithFilteredTable()
Tests that given aMondrianDef.Table
, cloneRelation respects the existing filters.
-
-