public abstract class PathTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
PathTest.Traversals |
config, g, graph, graphProvider, name
Constructor and Description |
---|
PathTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path() |
void |
g_V_out_out_path_byXnameX_byXageX() |
void |
g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX() |
void |
g_VX1X_name_path() |
void |
g_VX1X_out_path_byXageX_byXnameX() |
void |
g_VX1X_outEXcreatedX_inV_inE_outV_path() |
abstract Traversal<Vertex,Path> |
get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path() |
abstract Traversal<Vertex,Path> |
get_g_V_out_out_path_byXnameX_byXageX() |
abstract Traversal<Vertex,Path> |
get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX() |
abstract Traversal<Vertex,Path> |
get_g_VX1X_name_path(Object v1Id) |
abstract Traversal<Vertex,Path> |
get_g_VX1X_out_path_byXageX_byXnameX(Object v1Id) |
abstract Traversal<Vertex,Path> |
get_g_VX1X_outEXcreatedX_inV_inE_outV_path(Object v1Id) |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX_byXnameX(Object v1Id)
public abstract Traversal<Vertex,Path> get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX()
public abstract Traversal<Vertex,Path> get_g_V_out_out_path_byXnameX_byXageX()
public abstract Traversal<Vertex,Path> get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path()
public abstract Traversal<Vertex,Path> get_g_VX1X_outEXcreatedX_inV_inE_outV_path(Object v1Id)
public void g_VX1X_name_path()
public void g_VX1X_out_path_byXageX_byXnameX()
public void g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX()
public void g_V_out_out_path_byXnameX_byXageX()
public void g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path()
public void g_VX1X_outEXcreatedX_inV_inE_outV_path()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.