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