Class PrimitiveTest


  • public class PrimitiveTest
    extends java.lang.Object
    Unit test for Primitive.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrimitiveTest()  
    • Constructor Detail

      • PrimitiveTest

        public PrimitiveTest()
    • Method Detail

      • testIsAssignableFrom

        public void testIsAssignableFrom()
      • testBox

        public void testBox()
      • testOfBox

        public void testOfBox()
      • testOfBoxOr

        public void testOfBoxOr()
      • testNumber

        public void testNumber()
        Tests the Primitive.number(Number) method.
      • testSendSource

        public void testSendSource()
        Test for Primitive.send(org.apache.calcite.linq4j.tree.Primitive.Source, org.apache.calcite.linq4j.tree.Primitive.Sink).
      • testPermute

        public void testPermute()
        Test for Primitive.permute(Object, int[]).
      • testArrayToString

        public void testArrayToString()
        Test for Primitive.arrayToString(Object).
      • testArraySort

        public void testArraySort()
        Test for Primitive.sortArray(Object).