Class FieldScriptTestCase<T extends ScriptFactory>

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.index.mapper.FieldScriptTestCase<T>

public abstract class FieldScriptTestCase<T extends ScriptFactory> extends ESTestCase
  • Constructor Details

    • FieldScriptTestCase

      public FieldScriptTestCase()
  • Method Details

    • context

      protected abstract ScriptContext<T> context()
    • dummyScript

      protected abstract T dummyScript()
    • fromSource

      protected abstract T fromSource()
    • testFromSourceIsDeterministic

      public final void testFromSourceIsDeterministic()
    • testRateLimitingDisabled

      public final void testRateLimitingDisabled() throws IOException
      Throws:
      IOException