Class SideEffectCapTest
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapTest
 
 
 
 
- 
- Direct Known Subclasses:
 SideEffectCapTest.Traversals
public abstract class SideEffectCapTest extends AbstractGremlinProcessTest
- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSideEffectCapTest.Traversals 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SideEffectCapTest() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidg_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX()voidg_V_hasXageX_groupCountXaX_byXnameX_out_capXaX()abstract Traversal<Vertex,Map<String,Map<Object,Long>>>get_g_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX()abstract Traversal<Vertex,Map<String,Long>>get_g_V_hasXageX_groupCountXaX_byXnameX_out_capXaX()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get_g_V_hasXageX_groupCountXaX_byXnameX_out_capXaX
public abstract Traversal<Vertex,Map<String,Long>> get_g_V_hasXageX_groupCountXaX_byXnameX_out_capXaX()
 
- 
get_g_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX
public abstract Traversal<Vertex,Map<String,Map<Object,Long>>> get_g_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX()
 
- 
g_V_hasXageX_groupCountXaX_byXnameX_out_capXaX
public void g_V_hasXageX_groupCountXaX_byXnameX_out_capXaX()
 
- 
g_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX
public void g_V_chooseXlabel_person__age_groupCountXaX__name_groupCountXbXX_capXa_bX()
 
 - 
 
 -