Class AbstractNumericTestCase

java.lang.Object
org.junit.Assert
org.apache.lucene.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.test.ESIntegTestCase
org.elasticsearch.search.aggregations.metrics.AbstractNumericTestCase

public abstract class AbstractNumericTestCase extends ESIntegTestCase
  • Field Details

    • minValue

      protected static long minValue
    • maxValue

      protected static long maxValue
    • minValues

      protected static long minValues
    • maxValues

      protected static long maxValues
  • Constructor Details

    • AbstractNumericTestCase

      public AbstractNumericTestCase()
  • Method Details

    • setupSuiteScopeCluster

      public void setupSuiteScopeCluster() throws Exception
      Description copied from class: ESIntegTestCase
      This method is executed iff the test is annotated with ESIntegTestCase.SuiteScopeTestCase before the first test of this class is executed.
      Overrides:
      setupSuiteScopeCluster in class ESIntegTestCase
      Throws:
      Exception
      See Also:
    • testEmptyAggregation

      public void testEmptyAggregation() throws Exception
      Throws:
      Exception
    • testUnmapped

      public void testUnmapped() throws Exception
      Throws:
      Exception
    • testSingleValuedField

      public void testSingleValuedField() throws Exception
      Throws:
      Exception
    • testSingleValuedFieldGetProperty

      public void testSingleValuedFieldGetProperty() throws Exception
      Throws:
      Exception
    • testSingleValuedFieldPartiallyUnmapped

      public void testSingleValuedFieldPartiallyUnmapped() throws Exception
      Throws:
      Exception
    • testSingleValuedFieldWithValueScript

      public void testSingleValuedFieldWithValueScript() throws Exception
      Throws:
      Exception
    • testSingleValuedFieldWithValueScriptWithParams

      public void testSingleValuedFieldWithValueScriptWithParams() throws Exception
      Throws:
      Exception
    • testMultiValuedField

      public void testMultiValuedField() throws Exception
      Throws:
      Exception
    • testMultiValuedFieldWithValueScript

      public void testMultiValuedFieldWithValueScript() throws Exception
      Throws:
      Exception
    • testMultiValuedFieldWithValueScriptWithParams

      public void testMultiValuedFieldWithValueScriptWithParams() throws Exception
      Throws:
      Exception
    • testScriptSingleValued

      public void testScriptSingleValued() throws Exception
      Throws:
      Exception
    • testScriptSingleValuedWithParams

      public void testScriptSingleValuedWithParams() throws Exception
      Throws:
      Exception
    • testScriptMultiValued

      public void testScriptMultiValued() throws Exception
      Throws:
      Exception
    • testScriptMultiValuedWithParams

      public void testScriptMultiValuedWithParams() throws Exception
      Throws:
      Exception
    • testOrderByEmptyAggregation

      public void testOrderByEmptyAggregation() throws Exception
      Throws:
      Exception