Class GremlinEnabledScriptEngineTest

java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.GremlinEnabledScriptEngineTest

public class GremlinEnabledScriptEngineTest extends Object
This is an important test case in that it validates that core features of ScriptEngine instances that claim to be "Gremlin-enabled" work in the expected fashion.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Constructor Details

    • GremlinEnabledScriptEngineTest

      public GremlinEnabledScriptEngineTest()
  • Method Details

    • shouldGetEngineByName

      public void shouldGetEngineByName() throws Exception
      Throws:
      Exception
    • shouldHaveCoreImportsInPlace

      public void shouldHaveCoreImportsInPlace() throws Exception
      Throws:
      Exception
    • shouldReturnNoCustomizers

      public void shouldReturnNoCustomizers()