Package mondrian.olap.fun
Class VisualTotalsTest
- java.lang.Object
-
- TestCase
-
- mondrian.olap.fun.VisualTotalsTest
-
public class VisualTotalsTest extends TestCase
VisualTotalsTest
tests 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 void
testDrillthroughVisualTotal()
Test case for bug MONDRIAN-925, "VisualTotals + drillthrough throws Exception".void
testSubstituteCombined()
void
testSubstituteEmpty()
void
testSubstituteOneStarBegin()
void
testSubstituteOneStarEnd()
void
testSubstituteOneStarOnly()
void
testSubstituteTwoStars()
void
testVisualTotalCaptionBug()
Test case for bug MONDRIAN-1279, "VisualTotals name only applies to member name not caption".void
testVisualTotalsAggregatedMemberBug()
-
-
-
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 java.sql.SQLException
Test case for bug MONDRIAN-925, "VisualTotals + drillthrough throws Exception".- Throws:
java.sql.SQLException
- on error
-
testVisualTotalCaptionBug
public void testVisualTotalCaptionBug() throws java.sql.SQLException
Test case for bug MONDRIAN-1279, "VisualTotals name only applies to member name not caption".- Throws:
java.sql.SQLException
- on error
-
testVisualTotalsAggregatedMemberBug
public void testVisualTotalsAggregatedMemberBug() throws java.sql.SQLException
- Throws:
java.sql.SQLException
- on error
-
-