Package mondrian.test
Class TupleListTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.test.TupleListTest
-
public class TupleListTest extends FoodMartTestCase
Unit test forTupleList
and common implementations.- Author:
- jhyde
-
-
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
Constructors Constructor Description TupleListTest()
TupleListTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testArrayTupleList()
void
testDelegatingTupleList()
void
testDelegatingTupleListSlice()
This is a test for MONDRIAN-1040.void
testTupleList()
void
testUnaryTupleList()
-
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, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, tearDown, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
-
-
-
-
Constructor Detail
-
TupleListTest
public TupleListTest(String name)
-
TupleListTest
public TupleListTest()
-
-
Method Detail
-
testTupleList
public void testTupleList()
-
testUnaryTupleList
public void testUnaryTupleList()
-
testArrayTupleList
public void testArrayTupleList()
-
testDelegatingTupleList
public void testDelegatingTupleList()
-
testDelegatingTupleListSlice
public void testDelegatingTupleListSlice()
This is a test for MONDRIAN-1040. The DelegatingTupleList.slice() method was mixing up the column and index variables.
-
-