public class GroovyTranslatorTest extends AbstractGremlinTest
| Modifier and Type | Class and Description |
|---|---|
static class |
GroovyTranslatorTest.SillyClass |
static class |
GroovyTranslatorTest.SillyClassTranslatorCustomizer |
config, g, graph, graphProvider, name| Constructor and Description |
|---|
GroovyTranslatorTest() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
eval(String s,
Bindings b) |
static Object |
eval(String s,
Object... args) |
void |
shouldEscapeStrings() |
void |
shouldHandleColumn() |
void |
shouldHandleDate() |
void |
shouldHandleDirection() |
void |
shouldHandleEmptyMaps() |
void |
shouldHandleMaps() |
void |
shouldHandleOrder() |
void |
shouldHandlePop() |
void |
shouldHandleScope() |
void |
shouldHandleStrategies() |
void |
shouldHandleTimestamp() |
void |
shouldHandleUuid() |
void |
shouldHandleVertexAndEdge() |
void |
shouldHaveValidToString() |
void |
shouldIncludeCustomTypeTranslationForSomethingSilly() |
void |
shouldOverrideDefaultTypeTranslationWithSomethingBonkers() |
void |
shouldSupportStringSupplierLambdas() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIdspublic void shouldSupportStringSupplierLambdas()
public void shouldHandleMaps()
public void shouldHandleEmptyMaps()
public void shouldHandleDate()
public void shouldHandleTimestamp()
public void shouldHandleUuid()
public void shouldHandleColumn()
public void shouldHandleDirection()
public void shouldHandleOrder()
public void shouldHandlePop()
public void shouldHandleScope()
public void shouldOverrideDefaultTypeTranslationWithSomethingBonkers()
public void shouldIncludeCustomTypeTranslationForSomethingSilly()
throws Exception
Exceptionpublic void shouldHaveValidToString()
public void shouldEscapeStrings()
public void shouldHandleVertexAndEdge()
public static Object eval(String s, Object... args) throws ScriptException
ScriptExceptionpublic static Object eval(String s, Bindings b) throws ScriptException
ScriptExceptionCopyright © 2013–2019 Apache Software Foundation. All rights reserved.