public abstract class UnfoldTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
UnfoldTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
UnfoldTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_localXoutE_foldX_unfold() |
void |
g_V_valueMap_unfold_mapXkeyX() |
abstract Traversal<Vertex,Edge> |
get_g_V_localXoutE_foldX_unfold() |
abstract Traversal<Vertex,String> |
get_g_V_valueMap_unfold_mapXkeyX() |
checkMap, checkResults, checkResults, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,Edge> get_g_V_localXoutE_foldX_unfold()
public abstract Traversal<Vertex,String> get_g_V_valueMap_unfold_mapXkeyX()
public void g_V_localXoutE_foldX_unfold()
public void g_V_valueMap_unfold_mapXkeyX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.