Class 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 Detail

      • GremlinEnabledScriptEngineTest

        public GremlinEnabledScriptEngineTest()
    • Method Detail

      • shouldEvalBytecode

        public void shouldEvalBytecode()
                                throws Exception
        Throws:
        Exception
      • shouldNotAllowBytecodeEvalWithAliasInBindings

        public void shouldNotAllowBytecodeEvalWithAliasInBindings()
                                                           throws Exception
        Throws:
        Exception
      • shouldNotAllowBytecodeEvalWithAliasAsTraversalSource

        public void shouldNotAllowBytecodeEvalWithAliasAsTraversalSource()
                                                                  throws Exception
        Throws:
        Exception
      • shouldNotAllowBytecodeEvalWithMissingBinding

        public void shouldNotAllowBytecodeEvalWithMissingBinding()
                                                          throws Exception
        Throws:
        Exception
      • shouldNotAllowBytecodeEvalWithInvalidBinding

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

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

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

        public void shouldReturnNoCustomizers()