public abstract class OrTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
OrTest.Traversals |
config, g, graph, graphProvider, name
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() |
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,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–2017 Apache Software Foundation. All rights reserved.