public abstract class ConstantTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ConstantTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
ConstantTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_chooseXhasLabelXpersonX_valuesXnameX_constantXinhumanXX()
Scenario: Anonymous traversal within choose
|
void |
g_V_constantX123X()
Scenario: Trivial use case from GraphTraversal
|
abstract Traversal<Vertex,String> |
get_g_V_chooseXhasLabelXpersonX_valuesXnameX_constantXinhumanXX() |
abstract Traversal<Vertex,Integer> |
get_g_V_constantX123X() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,String> get_g_V_chooseXhasLabelXpersonX_valuesXnameX_constantXinhumanXX()
public void g_V_constantX123X()
public void g_V_chooseXhasLabelXpersonX_valuesXnameX_constantXinhumanXX()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.