public class VisualTotalsTest
extends TestCase
VisualTotalsTest
tests the internal functions defined in
VisualTotalsFunDef
. Right now, only tests substitute().Constructor and Description |
---|
VisualTotalsTest() |
Modifier and Type | Method and 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()
|
public void testSubstituteEmpty()
public void testSubstituteOneStarOnly()
public void testSubstituteOneStarBegin()
public void testSubstituteOneStarEnd()
public void testSubstituteTwoStars()
public void testSubstituteCombined()
public void testDrillthroughVisualTotal() throws SQLException
SQLException
- on errorpublic void testVisualTotalCaptionBug() throws SQLException
SQLException
- on errorpublic void testVisualTotalsAggregatedMemberBug() throws SQLException
SQLException
- on error