public class GroupingSetQueryTest extends BatchTestCase
GROUPING SETS
construct, if the DBMS supports it.BatchTestCase.Bomb, BatchTestCase.CellRequestConstraint, BatchTestCase.TestCase, BatchTestCase.TestListener
cubeNameSales, fieldGender, fieldProductDepartment, fieldProductFamily, fieldValueProductDepartment, fieldValuesGender, fieldValuesProductFamily, fieldValuesYear, fieldYear, measureUnitSales, tableCustomer, tableProductClass, tableTime
propSaver
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, sqlPattern
allMember, 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, warehouseMembersCanadaMexicoUsa
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
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
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class FoodMartTestCase
Exception
public 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()