|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.test.loader.CsvDBTestCase
mondrian.rolap.aggmatcher.Checkin_7641
public class Checkin_7641
Checkin 7641 attempted to correct a problem demonstrated by this junit. The original problem involved implicit Time member usage in on axis and the use of the default Time member in the other axis. This junit defines a hierarchy Product with a default member 'Class2', The MDX in one axis explicitly uses the {Product][Class1] member. Depending upon whether the 7641 code is used or not (its use depends upon the existance of a System property) one gets different answers when the mdx is evaluated.
Field Summary |
---|
Fields inherited from class mondrian.test.FoodMartTestCase |
---|
propSaver |
Constructor Summary | |
---|---|
Checkin_7641()
|
|
Checkin_7641(String name)
|
Method Summary | |
---|---|
protected String |
getCubeDescription()
|
protected String |
getDirectoryName()
|
protected String |
getFileName()
|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testImplicitMember()
|
Methods inherited from class mondrian.test.loader.CsvDBTestCase |
---|
createTestContext, getNamedSetDescription, getParameterDescription, getRoleDescription, getSchema, getSqlConnection, getTestContext, getUdfDescription, getVirtualCubeDescription, isApplicable |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Checkin_7641()
public Checkin_7641(String name)
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class CsvDBTestCase
Exception
protected void tearDown() throws Exception
tearDown
in class CsvDBTestCase
Exception
public void testImplicitMember() throws Exception
Exception
protected String getDirectoryName()
getDirectoryName
in class CsvDBTestCase
protected String getFileName()
getFileName
in class CsvDBTestCase
protected String getCubeDescription()
getCubeDescription
in class CsvDBTestCase
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |