|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.rolap.BatchTestCase
mondrian.test.TestCalculatedMembers
public class TestCalculatedMembers
Tests the expressions used for calculated members. Please keep in sync with the actual code used by the wizard.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class mondrian.rolap.BatchTestCase |
---|
BatchTestCase.TestCase |
Nested classes/interfaces inherited from class mondrian.test.FoodMartTestCase |
---|
FoodMartTestCase.QueryAndResult |
Field Summary |
---|
Fields inherited from class mondrian.rolap.BatchTestCase |
---|
cubeNameSales, fieldGender, fieldProductDepartment, fieldProductFamily, fieldValueProductDepartment, fieldValuesGender, fieldValuesProductFamily, fieldValuesYear, fieldYear, measureUnitSales, tableCustomer, tableProductClass, tableTime |
Fields inherited from class mondrian.test.FoodMartTestCase |
---|
propSaver |
Constructor Summary | |
---|---|
TestCalculatedMembers()
|
|
TestCalculatedMembers(String name)
|
Method Summary | |
---|---|
void |
_testWhole()
|
void |
testBracketInCalcMemberName()
Tests that calculated members can have brackets in their names. |
void |
testBracketInCubeCalcMemberName()
Tests that calculated members defined in the schema can have brackets in their names. |
void |
testCalcMemberCustomFormatterInNonMeasureInQuery()
|
void |
testCalcMemberCustomFormatterInQuery()
|
void |
testCalcMemberCustomFormatterInQueryNegative()
|
void |
testCalcMemberCustomFormatterInQueryNegative2()
|
void |
testCalcMemberCustomFormatterInSchema()
|
void |
testCalcMemberCustomFormatterInSchemaNegative()
|
void |
testCalcMemberIsSetFails()
|
void |
testCalcMemberWithQuote()
|
void |
testCalculatedMemberCaption()
|
void |
testCalculatedMemberChildren()
test case for bug #1801069, Issues with calculated members verify that the calculated member [Product].[Test] returns an empty children list vs. |
void |
testCalculatedMemberInCube()
|
void |
testCalculatedMemberInCubeAndQuery()
|
void |
testCalculatedMemberInCubeViaApi()
|
void |
testCalculatedMemberInCubeWithProps()
|
void |
testCalculatedMemberInCubeWithSpace()
Tests a calculated member with spaces in its name against a virtual cube with spaces in its name. |
void |
testCalculatedMemberMSASCompatibility()
|
void |
testChildrenOfCalcMembers()
|
void |
testCompoundSlicerOverTuples()
|
void |
testCreateCalculatedMember()
|
void |
testExponentialPerformanceBugMondrian608()
Testcase for bug MONDRIAN-608, "Performance issue with large number of measures". |
void |
testFormatString()
|
void |
testNegativeSolveOrder()
Testcase for bug MONDRIAN-263, Negative Solve Orders broken. |
void |
testNegativeSolveOrderForCalMemberWithFilter()
Tests that if a filter is associated with input to a cal member with lower solve order; the filter computation uses the context that contains the other cal members(those with higher solve order). |
void |
testNegativeSolveOrderForCalMemberWithFilters2()
Tests that if a filter is associated with input to a cal member with higher solve order; the filter computation ignores the other cal members. |
void |
testNonCharacterMembers()
|
void |
testNonTopLevelCalculatedMember()
test case for bug #1801069, Issues with calculated members verify that the calculated member [Product].[Food].[Test] definition does not throw errors and returns expected results. |
void |
testNpeInIif()
Tests that IIf works OK even if its argument returns the NULL value. |
void |
testPropertyReferencesCalcMember()
|
void |
testQueryCalculatedMemberOverridesCube()
|
void |
testQuoteInCalcMember()
Testcase for bug MONDRIAN-137, "error if calc member in schema file contains single quotes". |
void |
testSetIncludesSelf()
Tests a calculated member which aggregates over a set which would seem to include the calculated member (but does not). |
void |
testSimulatedCompoundSlicer()
Query that simulates a compound slicer by creating a calculated member that aggregates over a set and places it in the WHERE clause. |
void |
testStrToSetInCubeCalcMember()
Testcase for bug 1784617, "Using StrToTuple() in schema errors out". |
Methods inherited from class mondrian.rolap.BatchTestCase |
---|
assertNative, assertNoQuerySql, assertNotNative, assertQuerySql, assertQuerySql, assertQuerySql, assertQuerySqlOrNot, checkNative, checkNative, checkNative, checkNotNative, checkNotNative, checkNotNative, createBatch, createBatch, dialectize, executeQuery, getCube, getFoodMartConnection, getGroupingSet, getMeasure |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestCalculatedMembers()
public TestCalculatedMembers(String name)
Method Detail |
---|
public void testCalculatedMemberInCube()
public void testCalculatedMemberInCubeViaApi()
public void testCalculatedMemberInCubeWithSpace()
public void testCalculatedMemberInCubeWithProps()
public void testCalculatedMemberInCubeAndQuery()
public void testQueryCalculatedMemberOverridesCube()
public void _testWhole()
public void testCalculatedMemberCaption()
public void testCalcMemberIsSetFails()
public void testBracketInCalcMemberName()
public void testNpeInIif()
public void testBracketInCubeCalcMemberName()
public void testPropertyReferencesCalcMember()
public void testCalcMemberWithQuote()
public void testQuoteInCalcMember()
public void testChildrenOfCalcMembers()
public void testNonCharacterMembers()
public void testFormatString()
public void testNegativeSolveOrder()
public void testCalcMemberCustomFormatterInQuery()
public void testCalcMemberCustomFormatterInQueryNegative()
public void testCalcMemberCustomFormatterInQueryNegative2()
public void testCalcMemberCustomFormatterInNonMeasureInQuery()
public void testCalcMemberCustomFormatterInSchema()
public void testCalcMemberCustomFormatterInSchemaNegative()
public void testStrToSetInCubeCalcMember()
public void testCreateCalculatedMember()
public void testSetIncludesSelf()
public void testNegativeSolveOrderForCalMemberWithFilter()
public void testNegativeSolveOrderForCalMemberWithFilters2()
public void testNonTopLevelCalculatedMember()
public void testCalculatedMemberChildren()
public void testCalculatedMemberMSASCompatibility()
public void testSimulatedCompoundSlicer()
public void testCompoundSlicerOverTuples()
public void testExponentialPerformanceBugMondrian608()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |