Package mondrian.xmla
Class XmlaTests
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.xmla.XmlaTests
-
public class XmlaTests extends FoodMartTestCase
Extends FoodMartTestCase, adding support for testing XMLA Utility functionality.- Since:
- Jul 12 2007
- Author:
- Richard M. Emberson
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoXmlaHandlerGetValueTypeHint(String dataType, String expected)protected voiddoXmlaHandlerValueInfo(String dataType, Object inputValue, String valueType, Object value, boolean isDecimal)protected voiddoXmlaUtilNormalizeNumericString(String vin, String expected)voidtestXmlaHandlerGetValueTypeHint()voidtestXmlaHandlerValueInfo()voidtestXmlaUtilNormalizeNumericString()-
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
-
-
-
-
Constructor Detail
-
XmlaTests
public XmlaTests()
-
XmlaTests
public XmlaTests(String name)
-
-
Method Detail
-
testXmlaUtilNormalizeNumericString
public void testXmlaUtilNormalizeNumericString() throws Exception- Throws:
Exception
-
testXmlaHandlerGetValueTypeHint
public void testXmlaHandlerGetValueTypeHint() throws Exception- Throws:
Exception
-
doXmlaUtilNormalizeNumericString
protected void doXmlaUtilNormalizeNumericString(String vin, String expected) throws Exception
- Throws:
Exception
-
doXmlaHandlerGetValueTypeHint
protected void doXmlaHandlerGetValueTypeHint(String dataType, String expected) throws Exception
- Throws:
Exception
-
-