public abstract class OrTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
OrTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
OrTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_asXaX_orXselectXaX_selectXaXX() |
void |
g_V_orXhasXage_gt_27X__outE_count_gte_2X_name() |
void |
g_V_orXoutEXknowsX__hasXlabel_softwareX_or_hasXage_gte_35XX_name() |
abstract Traversal<Vertex,Vertex> |
get_g_V_asXaX_orXselectXaX_selectXaXX() |
abstract Traversal<Vertex,String> |
get_g_V_orXhasXage_gt_27X__outE_count_gte_2X_name() |
abstract Traversal<Vertex,String> |
get_g_V_orXoutEXknowsX__hasXlabel_softwareX_or_hasXage_gte_35XX_name() |
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_V_orXhasXage_gt_27X__outE_count_gte_2X_name()
public abstract Traversal<Vertex,String> get_g_V_orXoutEXknowsX__hasXlabel_softwareX_or_hasXage_gte_35XX_name()
public abstract Traversal<Vertex,Vertex> get_g_V_asXaX_orXselectXaX_selectXaXX()
public void g_V_orXhasXage_gt_27X__outE_count_gte_2X_name()
public void g_V_orXoutEXknowsX__hasXlabel_softwareX_or_hasXage_gte_35XX_name()
public void g_V_asXaX_orXselectXaX_selectXaXX()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.