|
|||||||||
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.ParentChildHierarchyTest
public class ParentChildHierarchyTest
ParentChildHierarchyTest
tests parent-child hierarchies.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class mondrian.test.FoodMartTestCase |
---|
FoodMartTestCase.QueryAndResult |
Field Summary |
---|
Fields inherited from class mondrian.test.FoodMartTestCase |
---|
propSaver |
Constructor Summary | |
---|---|
ParentChildHierarchyTest(String name)
|
Method Summary | |
---|---|
void |
_testNonClosureParentChildHierarchy()
Test case for bug #1708327 |
void |
testAll()
|
void |
testAllMembersParent()
|
void |
testBug1459995()
Testcase for bug 1459995, "NullPointerException in RolapEvaluator.setContext(....)". |
void |
testChildrenOfAll()
|
void |
testClosureTableInVirtualCube()
test case for bug #2477623, Closure Tables not working with Virtual Cubes |
void |
testClosureVsNoClosure()
Verifies the fix for MONDRIAN-519, a class cast exception when using non-closure parent child hierarchies. |
void |
testDistinctAll()
|
void |
testDistinctAllExplicitClosure()
Verifies that COUNT DISTINCT works against the explict closure of the parent/child hierarchy. |
void |
testDistinctChildrenOfAll()
|
void |
testDistinctChildrenOfAllExplicitClosure()
|
void |
testDistinctSubtree()
|
void |
testDistinctSubtreeExplicitClosure()
|
void |
testGenuineCycle()
|
void |
testHierarchyFalseCycle()
The recursion cyclicity check kicks in when the recursion depth reachs the number of dimensions in the cube. |
void |
testLeaf()
|
void |
testLevelMembers()
|
void |
testOneAboveLeaf()
|
void |
testParentChildDescendantsLeavesBottom()
Script That Uses the LEAVES Flag to Return the Bottom 10 Dimension Members, from here. |
void |
testParentChildDescendantsLeavesTop()
Script from here. |
void |
testParentChildDrillThrough()
|
void |
testParentChildDrillThroughWithContext()
|
void |
testParentChildOrdinal()
Tests that a parent-child hierarchy is sorted correctly if the "ordinalColumn" attribute is included in its definition. |
void |
testSharedClosureParentChildHierarchy()
|
void |
testSnowflakeClosure()
Tests snow flake closure combination. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParentChildHierarchyTest(String name)
Method Detail |
---|
public void testSnowflakeClosure()
public void testSharedClosureParentChildHierarchy()
public void _testNonClosureParentChildHierarchy()
public void testAll()
public void testChildrenOfAll()
public void testDistinctAll()
public void testDistinctChildrenOfAll()
public void testDistinctSubtree()
public void testDistinctAllExplicitClosure()
public void testDistinctChildrenOfAllExplicitClosure()
public void testDistinctSubtreeExplicitClosure()
public void testLeaf()
public void testOneAboveLeaf()
public void testParentChildDescendantsLeavesBottom()
public void testParentChildDescendantsLeavesTop()
public void testAllMembersParent()
public void testHierarchyFalseCycle()
public void testGenuineCycle()
public void testParentChildDrillThrough() throws Exception
Exception
public void testParentChildDrillThroughWithContext() throws Exception
Exception
public void testBug1459995()
public void testParentChildOrdinal()
public void testLevelMembers()
public void testClosureTableInVirtualCube()
public void testClosureVsNoClosure()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |