mondrian.test.clearview
Class TopBottomTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.rolap.BatchTestCase
mondrian.test.clearview.ClearViewBase
mondrian.test.clearview.TopBottomTest
- All Implemented Interfaces:
- Test
public class TopBottomTest
- extends ClearViewBase
TopBottomTest
is a test suite which tests scenarios of
selecting top and bottom records against the FoodMart database.
MDX queries and their expected results are maintained separately in
TopBottomTest.ref.xml file.If you would prefer to see them as inlined
Java string literals, run ant target "generateDiffRepositoryJUnit" and
then use file TopBottomTestJUnit.java which will be generated in
this directory.
- Version:
- $Id: //open/mondrian/testsrc/main/mondrian/test/clearview/TopBottomTest.java#6 $
- Author:
- Khanh Vu
Fields inherited from class mondrian.rolap.BatchTestCase |
cubeNameSales, fieldGender, fieldProductDepartment, fieldProductFamily, fieldValueProductDepartment, fieldValuesGender, fieldValuesProductFamily, fieldValuesYear, fieldYear, measureUnitSales, tableCustomer, tableProductClass, tableTime |
Methods inherited from class mondrian.rolap.BatchTestCase |
assertNative, assertNoQuerySql, assertNotNative, assertQuerySql, assertQuerySql, assertQuerySql, assertQuerySqlOrNot, checkNative, checkNative, checkNative, checkNotNative, checkNotNative, checkNotNative, createBatch, createBatch, dialectize, executeQuery, getCube, getFoodMartConnection, getGroupingSet, getMeasure |
Methods inherited from class mondrian.test.FoodMartTestCase |
allMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, warehouseMembersCanadaMexicoUsa |
Methods inherited from class junit.framework.Assert |
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, failNotEquals, failNotSame, failSame |
TopBottomTest
public TopBottomTest()
TopBottomTest
public TopBottomTest(String name)
getDiffRepos
public DiffRepository getDiffRepos()
- Specified by:
getDiffRepos
in class ClearViewBase
suite
public static TestSuite suite()