public abstract class SimplePathTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
SimplePathTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
SimplePathTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_asXaX_out_asXbX_out_asXcX_simplePath_byXlabelX_fromXbX_toXcX_path_byXnameX() |
void |
g_V_repeatXboth_simplePathX_timesX3X_path() |
void |
g_VX1X_outXcreatedX_inXcreatedX_simplePath() |
abstract Traversal<Vertex,Path> |
get_g_V_asXaX_out_asXbX_out_asXcX_simplePath_byXlabelX_fromXbX_toXcX_path_byXnameX() |
abstract Traversal<Vertex,Path> |
get_g_V_repeatXboth_simplePathX_timesX3X_path() |
abstract Traversal<Vertex,Vertex> |
get_g_VX1X_outXcreatedX_inXcreatedX_simplePath(Object v1Id) |
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
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
public abstract Traversal<Vertex,Vertex> get_g_VX1X_outXcreatedX_inXcreatedX_simplePath(Object v1Id)
public abstract Traversal<Vertex,Path> get_g_V_repeatXboth_simplePathX_timesX3X_path()
public abstract Traversal<Vertex,Path> get_g_V_asXaX_out_asXbX_out_asXcX_simplePath_byXlabelX_fromXbX_toXcX_path_byXnameX()
public void g_VX1X_outXcreatedX_inXcreatedX_simplePath()
public void g_V_repeatXboth_simplePathX_timesX3X_path()
public void g_V_asXaX_out_asXbX_out_asXcX_simplePath_byXlabelX_fromXbX_toXcX_path_byXnameX()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.