public abstract class MapTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
MapTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
MapTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_mapXselectXaXX()
TINKERPOP-782
|
void |
g_VX1X_mapXnameX() |
void |
g_VX1X_out_mapXnameX_mapXlengthX() |
void |
g_VX1X_outE_label_mapXlengthX() |
void |
g_withPath_V_asXaX_out_mapXa_nameX() |
void |
g_withPath_V_asXaX_out_out_mapXa_name_it_nameX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_mapXselectXaXX() |
abstract Traversal<Vertex,String> |
get_g_VX1X_mapXnameX(Object v1Id) |
abstract Traversal<Vertex,Integer> |
get_g_VX1X_out_mapXnameX_mapXlengthX(Object v1Id) |
abstract Traversal<Vertex,Integer> |
get_g_VX1X_outE_label_mapXlengthX(Object v1Id) |
abstract Traversal<Vertex,String> |
get_g_withPath_V_asXaX_out_mapXa_nameX() |
abstract Traversal<Vertex,String> |
get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameX() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,Integer> get_g_VX1X_outE_label_mapXlengthX(Object v1Id)
public abstract Traversal<Vertex,Integer> get_g_VX1X_out_mapXnameX_mapXlengthX(Object v1Id)
public abstract Traversal<Vertex,String> get_g_withPath_V_asXaX_out_mapXa_nameX()
public abstract Traversal<Vertex,String> get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameX()
public void g_VX1X_mapXnameX()
public void g_VX1X_outE_label_mapXlengthX()
public void g_VX1X_out_mapXnameX_mapXlengthX()
public void g_withPath_V_asXaX_out_mapXa_nameX()
public void g_withPath_V_asXaX_out_out_mapXa_name_it_nameX()
public void g_V_mapXselectXaXX()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.