Class PathTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest
PathTest.Traversals
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description Traversals()
-
Method Summary
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest
g_injectX1_null_nullX_path, g_injectX1_null_nullX_path_dedup, g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path, g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX, g_V_out_out_path_byXnameX_byXageX, g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX, g_VX1X_name_path, g_VX1X_out_path_byXageX, g_VX1X_out_path_byXageX_byXnameX, g_VX1X_outEXcreatedX_inV_inE_outV_path
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, 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_VX1X_name_path
public Traversal<Vertex,Path> get_g_VX1X_name_path(Object v1Id)
- Specified by:
get_g_VX1X_name_path
in classPathTest
-
get_g_VX1X_out_path_byXageX
public Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX(Object v1Id)
- Specified by:
get_g_VX1X_out_path_byXageX
in classPathTest
-
get_g_VX1X_out_path_byXageX_byXnameX
public Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX_byXnameX(Object v1Id)
- Specified by:
get_g_VX1X_out_path_byXageX_byXnameX
in classPathTest
-
get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX
public Traversal<Vertex,Path> get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX()
- Specified by:
get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX
in classPathTest
-
get_g_V_out_out_path_byXnameX_byXageX
public Traversal<Vertex,Path> get_g_V_out_out_path_byXnameX_byXageX()
- Specified by:
get_g_V_out_out_path_byXnameX_byXageX
in classPathTest
-
get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path
public Traversal<Vertex,Path> get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path()
- Specified by:
get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path
in classPathTest
-
get_g_VX1X_outEXcreatedX_inV_inE_outV_path
public Traversal<Vertex,Path> get_g_VX1X_outEXcreatedX_inV_inE_outV_path(Object v1Id)
- Specified by:
get_g_VX1X_outEXcreatedX_inV_inE_outV_path
in classPathTest
-
get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX
public Traversal<Vertex,Path> get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX()
- Specified by:
get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX
in classPathTest
-
get_g_injectX1_null_nullX_path
public Traversal<Integer,Path> get_g_injectX1_null_nullX_path()
- Specified by:
get_g_injectX1_null_nullX_path
in classPathTest
-
get_g_injectX1_null_nullX_path_dedup
public Traversal<Integer,Path> get_g_injectX1_null_nullX_path_dedup()
- Specified by:
get_g_injectX1_null_nullX_path_dedup
in classPathTest
-
-