Package mondrian.olap.fun
Class VisualTotalsTest
- java.lang.Object
-
- TestCase
-
- mondrian.olap.fun.VisualTotalsTest
-
public class VisualTotalsTest extends TestCaseVisualTotalsTesttests the internal functions defined inVisualTotalsFunDef. Right now, only tests substitute().- Author:
- efine
-
-
Constructor Summary
Constructors Constructor Description VisualTotalsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDrillthroughVisualTotal()Test case for bug MONDRIAN-925, "VisualTotals + drillthrough throws Exception".voidtestSubstituteCombined()voidtestSubstituteEmpty()voidtestSubstituteOneStarBegin()voidtestSubstituteOneStarEnd()voidtestSubstituteOneStarOnly()voidtestSubstituteTwoStars()voidtestVisualTotalCaptionBug()Test case for bug MONDRIAN-1279, "VisualTotals name only applies to member name not caption".voidtestVisualTotalsAggregatedMemberBug()
-
-
-
Method Detail
-
testSubstituteEmpty
public void testSubstituteEmpty()
-
testSubstituteOneStarOnly
public void testSubstituteOneStarOnly()
-
testSubstituteOneStarBegin
public void testSubstituteOneStarBegin()
-
testSubstituteOneStarEnd
public void testSubstituteOneStarEnd()
-
testSubstituteTwoStars
public void testSubstituteTwoStars()
-
testSubstituteCombined
public void testSubstituteCombined()
-
testDrillthroughVisualTotal
public void testDrillthroughVisualTotal() throws SQLExceptionTest case for bug MONDRIAN-925, "VisualTotals + drillthrough throws Exception".- Throws:
SQLException- on error
-
testVisualTotalCaptionBug
public void testVisualTotalCaptionBug() throws SQLExceptionTest case for bug MONDRIAN-1279, "VisualTotals name only applies to member name not caption".- Throws:
SQLException- on error
-
testVisualTotalsAggregatedMemberBug
public void testVisualTotalsAggregatedMemberBug() throws SQLException- Throws:
SQLException- on error
-
-