public abstract class SideEffectTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
SideEffectTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
SideEffectTest() |
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
public abstract Traversal<Vertex,String> get_g_VX1X_sideEffectXstore_aX_name(Object v1Id)
public abstract Traversal<Vertex,String> get_g_VX1X_out_sideEffectXincr_cX_name(Object v1Id)
public abstract Traversal<Vertex,String> get_g_VX1X_out_sideEffectXX_name(Object v1Id)
public abstract Traversal<Vertex,Map<String,Long>> get_g_withSideEffectXa__linkedhashmapX_V_out_groupCountXaX_byXlabelX_out_out_capXaX()
public abstract Traversal<Vertex,Map<String,Long>> get_g_withSideEffectsXa__linkedhashmapX_withSideEffectXb__arraylist__addAllX_withSideEffectXc__arrayList__addAllX_V_groupXaX_byXlabelX_byXcountX_sideEffectXb__1_2_3X_out_out_out_sideEffectXc__bob_danielX_capXaX()
public abstract Traversal<Vertex,Integer> get_g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaX()
public abstract Traversal<Vertex,Integer> get_g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX()
public void g_VX1X_sideEffectXstore_aX_name()
public void g_VX1X_out_sideEffectXincr_cX_name()
public void g_VX1X_out_sideEffectXX_name()
public void g_withSideEffectXa__linkedhashmapX_V_out_groupCountXaX_byXlabelX_out_out_capXaX()
public void g_withSideEffectsXa__linkedhashmapX_withSideEffectXb__arraylist__addAllX_withSideEffectXc__arrayList__addAllX_V_groupXaX_byXlabelX_byXcountX_sideEffectXb__1_2_3X_out_out_out_sideEffectXc__bob_danielX_capXaX()
public void g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaX()
public void g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.