Class MockGremlinScriptEngine

java.lang.Object
javax.script.AbstractScriptEngine
org.apache.tinkerpop.gremlin.jsr223.MockGremlinScriptEngine
All Implemented Interfaces:
ScriptEngine, GremlinScriptEngine

public class MockGremlinScriptEngine extends AbstractScriptEngine implements GremlinScriptEngine
This is a "do nothing" implementation of the GremlinScriptEngine which can be used to help test plugin implementations which don't have reference to a GremlinScriptEngine as a dependency.
Author:
Stephen Mallette (http://stephen.genoprime.com)