public class GremlinGroovyScriptEngineSandboxCustomTest extends AbstractGremlinTest
config, g, graph, graphProvider, name
Constructor and Description |
---|
GremlinGroovyScriptEngineSandboxCustomTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldEvalAsVariableRequirementsAreInRangeOfSandbox() |
void |
shouldEvalGraphVariableAsSomethingOtherThanGraph() |
void |
shouldEvalGVariableAsSomethingOtherThanGraphTraversalSource() |
void |
shouldNotEvalBecauseSandboxIsConfiguredToNotAcceptGraphInstances() |
void |
shouldNotEvalBecauseSandboxIsConfiguredToNotAcceptShortVarNames() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public GremlinGroovyScriptEngineSandboxCustomTest()
public void shouldEvalGVariableAsSomethingOtherThanGraphTraversalSource() throws Exception
Exception
public void shouldEvalGraphVariableAsSomethingOtherThanGraph() throws Exception
Exception
public void shouldNotEvalBecauseSandboxIsConfiguredToNotAcceptGraphInstances() throws Exception
Exception
public void shouldNotEvalBecauseSandboxIsConfiguredToNotAcceptShortVarNames() throws Exception
Exception
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.