Package mondrian.olap.fun
Class CrossJoinTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.olap.fun.CrossJoinTest
-
public class CrossJoinTest extends FoodMartTestCase
CrossJointtests the collation order of positive and negative infinity, andDouble.NaN.- Since:
- Jan 14, 2007
- Author:
- Richard M. Emberson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrossJoinTest.NullFunDefstatic classCrossJoinTest.TestFunDef
-
Field Summary
Fields Modifier and Type Field Description (package private) static List<List<Member>>m3(package private) static List<List<Member>>m4(package private) static Comparator<List<Member>>memberComparator-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description CrossJoinTest()CrossJoinTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoMTupleTupleListTest(CrossJoinFunDef.BaseListCalc calc)protected voiddoTupleTupleIterTest(CrossJoinFunDef.CrossJoinIterCalc calc)protected voiddoTupleTupleListTest(CrossJoinFunDef.BaseListCalc calc)protected ResolvedFunCallgetResolvedFunCall()protected TupleListmakeListTuple(List<List<Member>> ms)protected voidsetUp()protected voidtearDown()voidtestImmutableListTupleListTupleListCalc()voidtestListTupleListTupleIterCalc()voidtestMutableListTupleListTupleListCalc()protected StringtoString(TupleIterable l)-
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, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
-
-
-
-
Constructor Detail
-
CrossJoinTest
public CrossJoinTest()
-
CrossJoinTest
public CrossJoinTest(String name)
-
-
Method Detail
-
tearDown
protected void tearDown() throws Exception- Overrides:
tearDownin classFoodMartTestCase- Throws:
Exception
-
testListTupleListTupleIterCalc
public void testListTupleListTupleIterCalc()
-
doTupleTupleIterTest
protected void doTupleTupleIterTest(CrossJoinFunDef.CrossJoinIterCalc calc)
-
testImmutableListTupleListTupleListCalc
public void testImmutableListTupleListTupleListCalc()
-
doTupleTupleListTest
protected void doTupleTupleListTest(CrossJoinFunDef.BaseListCalc calc)
-
testMutableListTupleListTupleListCalc
public void testMutableListTupleListTupleListCalc()
-
doMTupleTupleListTest
protected void doMTupleTupleListTest(CrossJoinFunDef.BaseListCalc calc)
-
toString
protected String toString(TupleIterable l)
-
getResolvedFunCall
protected ResolvedFunCall getResolvedFunCall()
-
-