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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RolapResultTest
public RolapResultTest()
RolapResultTest
public RolapResultTest(java.lang.String name)
setUp
protected void setUp()
throws java.lang.Exception
- Overrides:
setUp
in class AggTableTestCase
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Overrides:
tearDown
in class AggTableTestCase
- Throws:
java.lang.Exception
testAll
public void testAll()
throws java.lang.Exception
- Throws:
java.lang.Exception
testD1
public void testD1()
throws java.lang.Exception
- Throws:
java.lang.Exception
testD2
public void testD2()
throws java.lang.Exception
- Throws:
java.lang.Exception
_testNullDefaultMeasure
public void _testNullDefaultMeasure()
throws java.lang.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:
java.lang.Exception
getFileName
protected java.lang.String getFileName()
- Specified by:
getFileName
in class CsvDBTestCase
getDirectoryName
protected java.lang.String getDirectoryName()
- Overrides:
getDirectoryName
in class AggTableTestCase
getCubeDescription
protected java.lang.String getCubeDescription()
- Specified by:
getCubeDescription
in class CsvDBTestCase
testNonAllPromotionMembers
public void testNonAllPromotionMembers()