Class AbstractNumericTestCase

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase

public abstract class AbstractNumericTestCase extends ParameterizedStaticSettingsOpenSearchIntegTestCase
  • Field Details

    • minValue

      protected static long minValue
    • maxValue

      protected static long maxValue
    • minValues

      protected static long minValues
    • maxValues

      protected static long maxValues
    • settings

      protected final org.opensearch.common.settings.Settings settings
  • Constructor Details

    • AbstractNumericTestCase

      public AbstractNumericTestCase(org.opensearch.common.settings.Settings staticSettings)
  • Method Details