Class AbstractNumericTestCase

    • Field Detail

      • minValue

        protected static long minValue
      • maxValue

        protected static long maxValue
      • minValues

        protected static long minValues
      • maxValues

        protected static long maxValues
    • Constructor Detail

      • AbstractNumericTestCase

        public AbstractNumericTestCase()
    • Method Detail

      • testEmptyAggregation

        public abstract void testEmptyAggregation()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testUnmapped

        public abstract void testUnmapped()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleValuedField

        public abstract void testSingleValuedField()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleValuedFieldGetProperty

        public abstract void testSingleValuedFieldGetProperty()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleValuedFieldPartiallyUnmapped

        public abstract void testSingleValuedFieldPartiallyUnmapped()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleValuedFieldWithValueScript

        public abstract void testSingleValuedFieldWithValueScript()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleValuedFieldWithValueScriptWithParams

        public abstract void testSingleValuedFieldWithValueScriptWithParams()
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMultiValuedField

        public abstract void testMultiValuedField()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMultiValuedFieldWithValueScript

        public abstract void testMultiValuedFieldWithValueScript()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMultiValuedFieldWithValueScriptWithParams

        public abstract void testMultiValuedFieldWithValueScriptWithParams()
                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testScriptSingleValued

        public abstract void testScriptSingleValued()
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testScriptSingleValuedWithParams

        public abstract void testScriptSingleValuedWithParams()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testScriptMultiValued

        public abstract void testScriptMultiValued()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testScriptMultiValuedWithParams

        public abstract void testScriptMultiValuedWithParams()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testOrderByEmptyAggregation

        public abstract void testOrderByEmptyAggregation()
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception