public abstract class PathTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
PathTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
PathTest() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException
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 abstract Traversal<Vertex,Path> get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX()
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()
public void g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.