public abstract class GraphTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
GraphTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
GraphTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_hasLabelXpersonX_asXpX_VXsoftwareX_addInEXuses_pX() |
void |
g_V_hasXname_GarciaX_inXsungByX_asXsongX_V_hasXname_Willie_DixonX_inXwrittenByX_whereXeqXsongXX_name() |
void |
g_V_outXknowsX_V_name() |
void |
g_VX1X_V_valuesXnameX() |
abstract Traversal<Vertex,Edge> |
get_g_V_hasLabelXpersonX_asXpX_VXsoftwareX_addInEXuses_pX() |
abstract Traversal<Vertex,String> |
get_g_V_hasXname_GarciaX_inXsungByX_asXsongX_V_hasXname_Willie_DixonX_inXwrittenByX_whereXeqXsongXX_name() |
abstract Traversal<Vertex,String> |
get_g_V_outXknowsX_V_name() |
abstract Traversal<Vertex,String> |
get_g_VX1X_V_valuesXnameX(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,String> get_g_VX1X_V_valuesXnameX(Object v1Id)
public abstract Traversal<Vertex,String> get_g_V_hasXname_GarciaX_inXsungByX_asXsongX_V_hasXname_Willie_DixonX_inXwrittenByX_whereXeqXsongXX_name()
public abstract Traversal<Vertex,Edge> get_g_V_hasLabelXpersonX_asXpX_VXsoftwareX_addInEXuses_pX()
public void g_VX1X_V_valuesXnameX()
public void g_V_hasXname_GarciaX_inXsungByX_asXsongX_V_hasXname_Willie_DixonX_inXwrittenByX_whereXeqXsongXX_name()
public void g_V_hasLabelXpersonX_asXpX_VXsoftwareX_addInEXuses_pX()
public void g_V_outXknowsX_V_name()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.