public abstract class CyclicPathTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
CyclicPathTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
CyclicPathTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_VX1X_asXaX_outXcreatedX_asXbX_inXcreatedX_asXcX_cyclicPath_fromXaX_toXbX_path() |
void |
g_VX1X_outXcreatedX_inXcreatedX_cyclicPath_path() |
void |
g_VX1X_outXcreatedX_inXcreatedX_cyclicPath() |
abstract Traversal<Vertex,Path> |
get_g_VX1X_asXaX_outXcreatedX_asXbX_inXcreatedX_asXcX_cyclicPath_fromXaX_toXbX_path(Object v1Id) |
abstract Traversal<Vertex,Path> |
get_g_VX1X_outXcreatedX_inXcreatedX_cyclicPath_path(Object v1) |
abstract Traversal<Vertex,Vertex> |
get_g_VX1X_outXcreatedX_inXcreatedX_cyclicPath(Object v1) |
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_cyclicPath(Object v1)
public abstract Traversal<Vertex,Path> get_g_VX1X_outXcreatedX_inXcreatedX_cyclicPath_path(Object v1)
public abstract Traversal<Vertex,Path> get_g_VX1X_asXaX_outXcreatedX_asXbX_inXcreatedX_asXcX_cyclicPath_fromXaX_toXbX_path(Object v1Id)
public void g_VX1X_outXcreatedX_inXcreatedX_cyclicPath()
public void g_VX1X_outXcreatedX_inXcreatedX_cyclicPath_path()
public void g_VX1X_asXaX_outXcreatedX_asXbX_inXcreatedX_asXcX_cyclicPath_fromXaX_toXbX_path()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.