mondrian.rolap
Class RolapResultTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.test.loader.CsvDBTestCase
mondrian.rolap.aggmatcher.AggTableTestCase
mondrian.rolap.RolapResultTest
- All Implemented Interfaces:
- Test
public class RolapResultTest
- extends AggTableTestCase
Testcase for
- Since:
- Feb 21 2007
- Version:
- $Id: //open/mondrian/testsrc/main/mondrian/rolap/RolapResultTest.java#13 $
- Author:
- Richard M. Emberson
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 |
RolapResultTest
public RolapResultTest()
RolapResultTest
public RolapResultTest(String name)
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class AggTableTestCase
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Overrides:
tearDown
in class AggTableTestCase
- Throws:
Exception
testAll
public void testAll()
throws Exception
- Throws:
Exception
testD1
public void testD1()
throws Exception
- Throws:
Exception
testD2
public void testD2()
throws Exception
- Throws:
Exception
_testNullDefaultMeasure
public void _testNullDefaultMeasure()
throws Exception
- This ought to give the same result as the above testD2() method.
In this case, the FT2Extra cube has a default measure with no
data (null) for all members. This default measure is used
in the evaluation even though there is an implicit use of the
measure [Measures].[Value].
- Throws:
Exception
getFileName
protected String getFileName()
- Specified by:
getFileName
in class CsvDBTestCase
getDirectoryName
protected String getDirectoryName()
- Overrides:
getDirectoryName
in class AggTableTestCase
getCubeDescription
protected String getCubeDescription()
- Specified by:
getCubeDescription
in class CsvDBTestCase
testNonAllPromotionMembers
public void testNonAllPromotionMembers()