Class CrossJoinTest


  • public class CrossJoinTest
    extends FoodMartTestCase
    CrossJoint tests the collation order of positive and negative infinity, and Double.NaN.
    Since:
    Jan 14, 2007
    Author:
    Richard M. Emberson
    • Field Detail

      • m3

        static java.util.List<java.util.List<Member>> m3
      • m4

        static java.util.List<java.util.List<Member>> m4
      • memberComparator

        static final java.util.Comparator<java.util.List<Member>> memberComparator
    • Constructor Detail

      • CrossJoinTest

        public CrossJoinTest()
      • CrossJoinTest

        public CrossJoinTest​(java.lang.String name)
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Overrides:
        tearDown in class FoodMartTestCase
        Throws:
        java.lang.Exception
      • testListTupleListTupleIterCalc

        public void testListTupleListTupleIterCalc()
      • testImmutableListTupleListTupleListCalc

        public void testImmutableListTupleListTupleListCalc()
      • testMutableListTupleListTupleListCalc

        public void testMutableListTupleListTupleListCalc()
      • toString

        protected java.lang.String toString​(TupleIterable l)
      • makeListTuple

        protected TupleList makeListTuple​(java.util.List<java.util.List<Member>> ms)