public class GroupingSetQueryTest extends BatchTestCase
GROUPING SETS
construct, if the DBMS supports it.BatchTestCase.Bomb, BatchTestCase.CellRequestConstraint, BatchTestCase.TestCase, BatchTestCase.TestListenercubeNameSales, fieldGender, fieldProductDepartment, fieldProductFamily, fieldValueProductDepartment, fieldValuesGender, fieldValuesProductFamily, fieldValuesYear, fieldYear, measureUnitSales, tableCustomer, tableProductClass, tableTimepropSaver| Constructor and Description |
|---|
GroupingSetQueryTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
protected void |
tearDown() |
void |
testBug2004202()
Testcase for bug 2004202, "Except not working with grouping sets".
|
void |
testGroupingSetForASummaryCanBeGroupedWith2DetailBatch() |
void |
testGroupingSetForMultipleColumnConstraint() |
void |
testGroupingSetForMultipleColumnConstraintAndCompoundConstraint() |
void |
testGroupingSetForMultipleMeasureAndSingleConstraint() |
void |
testGroupingSetForSingleColumnConstraint() |
void |
testGroupingSetsWithAggregateOverDefaultMember() |
void |
testNotUsingGroupingSet() |
void |
testNotUsingGroupingSetWhenGroupUsesDifferentAggregateTable() |
assertNative, assertNoQuerySql, assertNotNative, assertQuerySql, assertQuerySql, assertQuerySql, assertQuerySqlOrNot, assertRequestSql, assertRequestSql, checkNative, checkNative, checkNative, checkNotNative, checkNotNative, checkNotNative, clearAndHardenCache, createBatch, createBatch, createRequest, createRequest, createRequest, createRequest, dialectize, executeQuery, getCube, getFoodMartConnection, getGroupingSet, getMeasure, getRegistry, makeConstraintCountryState, makeConstraintProductFamilyDepartment, makeConstraintYearQuarterMonth, mysqlPattern, sqlPatternallMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsacountTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, 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, failprotected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionprotected void tearDown()
throws Exception
tearDown in class PropertyRestoringTestCaseExceptionpublic void testGroupingSetsWithAggregateOverDefaultMember()
public void testGroupingSetForSingleColumnConstraint()
public void testNotUsingGroupingSetWhenGroupUsesDifferentAggregateTable()
public void testNotUsingGroupingSet()
public void testGroupingSetForMultipleMeasureAndSingleConstraint()
public void testGroupingSetForASummaryCanBeGroupedWith2DetailBatch()
public void testGroupingSetForMultipleColumnConstraint()
public void testGroupingSetForMultipleColumnConstraintAndCompoundConstraint()
public void testBug2004202()