Class StoreTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StoreTest
 
 
 
- 
- Direct Known Subclasses:
- StoreTest.Traversals
 
 public abstract class StoreTest extends AbstractGremlinProcessTest - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStoreTest.Traversals
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description StoreTest()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidg_V_storeXa_nameX_out_capXaX()voidg_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX()voidg_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaX()voidg_withSideEffectXa_setX_V_both_name_storeXaX_capXaX()abstract Traversal<Vertex,Collection>get_g_V_storeXaX_byXnameX_out_capXaX()abstract Traversal<Vertex,Collection>get_g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX_capXaX()abstract Traversal<Vertex,Collection>get_g_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaX(Object v1Id)abstract Traversal<Vertex,Set<String>>get_g_withSideEffectXa_setX_V_both_name_storeXaX_capXaX()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Method Detail- 
get_g_V_storeXaX_byXnameX_out_capXaXpublic abstract Traversal<Vertex,Collection> get_g_V_storeXaX_byXnameX_out_capXaX() 
 - 
get_g_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaXpublic abstract Traversal<Vertex,Collection> get_g_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaX(Object v1Id) 
 - 
get_g_withSideEffectXa_setX_V_both_name_storeXaX_capXaXpublic abstract Traversal<Vertex,Set<String>> get_g_withSideEffectXa_setX_V_both_name_storeXaX_capXaX() 
 - 
get_g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX_capXaXpublic abstract Traversal<Vertex,Collection> get_g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX_capXaX() 
 - 
g_V_storeXa_nameX_out_capXaXpublic void g_V_storeXa_nameX_out_capXaX() 
 - 
g_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaXpublic void g_VX1X_storeXaX_byXnameX_out_storeXaX_byXnameX_name_capXaX() 
 - 
g_withSideEffectXa_setX_V_both_name_storeXaX_capXaXpublic void g_withSideEffectXa_setX_V_both_name_storeXaX_capXaX() 
 - 
g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumXpublic void g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX() 
 
- 
 
-