public abstract class ValueMapTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ValueMapTest.Traversals |
config, g, graph, graphProvider, name
Constructor and Description |
---|
ValueMapTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_valueMap() |
void |
g_V_valueMapXname_ageX() |
void |
g_VX1X_outXcreatedX_valueMap() |
abstract Traversal<Vertex,Map<String,List>> |
get_g_V_valueMap() |
abstract Traversal<Vertex,Map<String,List>> |
get_g_V_valueMapXname_ageX() |
abstract Traversal<Vertex,Map<String,List<String>>> |
get_g_VX1X_outXcreatedX_valueMap(Object v1Id) |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,Map<String,List>> get_g_V_valueMapXname_ageX()
public abstract Traversal<Vertex,Map<String,List<String>>> get_g_VX1X_outXcreatedX_valueMap(Object v1Id)
public void g_V_valueMap()
public void g_V_valueMapXname_ageX()
public void g_VX1X_outXcreatedX_valueMap()
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.