public abstract class ProjectTest extends AbstractGremlinProcessTest
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ProjectTest.Traversals  | 
config, g, graph, graphProvider, name, shouldTestIteratorLeak| Constructor and Description | 
|---|
ProjectTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()  | 
void | 
g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()  | 
void | 
g_V_valueMap_projectXxX_byXselectXnameXX()  | 
abstract Traversal<Vertex,Map<String,Number>> | 
get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()  | 
abstract Traversal<Vertex,String> | 
get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()  | 
abstract Traversal<Vertex,Map<String,Object>> | 
get_g_V_valueMap_projectXxX_byXselectXnameXX()  | 
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIdspublic abstract Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()
public abstract Traversal<Vertex,String> get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()
public abstract Traversal<Vertex,Map<String,Object>> get_g_V_valueMap_projectXxX_byXselectXnameXX()
public void g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()
public void g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()
public void g_V_valueMap_projectXxX_byXselectXnameXX()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.