Class BindingsScriptEngineTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.jsr223.BindingsScriptEngineTest
-
public class BindingsScriptEngineTest extends Object
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Constructor Summary
Constructors Constructor Description BindingsScriptEngineTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldAddLazyGlobalBindingsViaPlugin()
void
shouldExtractGlobalBindingsAfterScriptExecution()
void
shouldIncludeGlobalBindings()
void
shouldRemoveGlobalBindings()
-
-
-
Method Detail
-
shouldIncludeGlobalBindings
public void shouldIncludeGlobalBindings() throws ScriptException
- Throws:
ScriptException
-
shouldRemoveGlobalBindings
public void shouldRemoveGlobalBindings() throws Exception
- Throws:
Exception
-
shouldAddLazyGlobalBindingsViaPlugin
public void shouldAddLazyGlobalBindingsViaPlugin() throws Exception
- Throws:
Exception
-
-