public class GremlinEnabledScriptEngineTest extends Object
ScriptEngine
instances that claim
to be "Gremlin-enabled" work in the expected fashion.Constructor and Description |
---|
GremlinEnabledScriptEngineTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldEvalBytecode() |
void |
shouldGetEngineByName() |
void |
shouldHaveCoreImportsInPlace() |
void |
shouldNotAllowBytecodeEvalWithAliasAsTraversalSource() |
void |
shouldNotAllowBytecodeEvalWithAliasInBindings() |
void |
shouldNotAllowBytecodeEvalWithInvalidBinding() |
void |
shouldNotAllowBytecodeEvalWithMissingBinding() |
void |
shouldReturnNoCustomizers() |
public void shouldNotAllowBytecodeEvalWithAliasInBindings() throws Exception
Exception
public void shouldNotAllowBytecodeEvalWithAliasAsTraversalSource() throws Exception
Exception
public void shouldNotAllowBytecodeEvalWithMissingBinding() throws Exception
Exception
public void shouldNotAllowBytecodeEvalWithInvalidBinding() throws Exception
Exception
public void shouldHaveCoreImportsInPlace() throws Exception
Exception
public void shouldReturnNoCustomizers()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.