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 ofScriptEngineinstances that claim to be "Gremlin-enabled" work in the expected fashion.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Constructor SummaryConstructors Constructor Description GremlinEnabledScriptEngineTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldEvalBytecode()voidshouldGetEngineByName()voidshouldHaveCoreImportsInPlace()voidshouldNotAllowBytecodeEvalWithAliasAsTraversalSource()voidshouldNotAllowBytecodeEvalWithAliasInBindings()voidshouldNotAllowBytecodeEvalWithInvalidBinding()voidshouldNotAllowBytecodeEvalWithMissingBinding()voidshouldReturnNoCustomizers()
 
- 
- 
- 
Method Detail- 
shouldNotAllowBytecodeEvalWithAliasInBindingspublic void shouldNotAllowBytecodeEvalWithAliasInBindings() throws Exception- Throws:
- Exception
 
 - 
shouldNotAllowBytecodeEvalWithAliasAsTraversalSourcepublic void shouldNotAllowBytecodeEvalWithAliasAsTraversalSource() throws Exception- Throws:
- Exception
 
 - 
shouldNotAllowBytecodeEvalWithMissingBindingpublic void shouldNotAllowBytecodeEvalWithMissingBinding() throws Exception- Throws:
- Exception
 
 - 
shouldNotAllowBytecodeEvalWithInvalidBindingpublic void shouldNotAllowBytecodeEvalWithInvalidBinding() throws Exception- Throws:
- Exception
 
 - 
shouldHaveCoreImportsInPlacepublic void shouldHaveCoreImportsInPlace() throws Exception- Throws:
- Exception
 
 - 
shouldReturnNoCustomizerspublic void shouldReturnNoCustomizers() 
 
- 
 
-