Package mondrian.test
Class PropertiesTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.test.PropertiesTest
-
public class PropertiesTest extends FoodMartTestCase
Tests intrinsic member and cell properties as specified in OLE DB for OLAP specification.- Since:
- 5 July, 2005
- Author:
- anikitin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class mondrian.test.FoodMartTestCase
FoodMartTestCase.QueryAndResult
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description PropertiesTest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetChildCardinalityPropertyValue()
void
testMandatoryCellProperties()
void
testMandatoryMemberProperties()
Tests existence and values of mandatory member properties.void
testMemberProperties()
Tests the ability to project non-standard member properties.void
testMemberPropertiesBad()
Tests the ability to project non-standard member properties.void
testPropertiesMDX()
Tests the ability of MDX parser to pass requested member properties to Result object.void
testPropertyDescription()
-
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
-
testMandatoryMemberProperties
public void testMandatoryMemberProperties()
Tests existence and values of mandatory member properties.
-
testGetChildCardinalityPropertyValue
public void testGetChildCardinalityPropertyValue()
-
testPropertiesMDX
public void testPropertiesMDX()
Tests the ability of MDX parser to pass requested member properties to Result object.
-
testMemberProperties
public void testMemberProperties()
Tests the ability to project non-standard member properties.
-
testMemberPropertiesBad
public void testMemberPropertiesBad()
Tests the ability to project non-standard member properties.
-
testMandatoryCellProperties
public void testMandatoryCellProperties()
-
testPropertyDescription
public void testPropertyDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-