public abstract class AggregateTest extends AbstractGremlinProcessTest
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AggregateTest.Traversals | 
config, g, graph, graphProvider, name| Constructor and Description | 
|---|
| AggregateTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | g_V_aggregateXxX_byXnameX_capXxX() | 
| void | g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX() | 
| void | g_V_out_aggregateXaX_path() | 
| void | g_V_valueXnameX_aggregateXxX_capXxX() | 
| abstract Traversal<Vertex,List<String>> | get_g_V_aggregateXxX_byXnameX_capXxX() | 
| abstract Traversal<Vertex,Collection<Integer>> | get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX() | 
| abstract Traversal<Vertex,List<String>> | get_g_V_name_aggregateXxX_capXxX() | 
| abstract Traversal<Vertex,Path> | get_g_V_out_aggregateXaX_path() | 
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIdspublic abstract Traversal<Vertex,List<String>> get_g_V_name_aggregateXxX_capXxX()
public abstract Traversal<Vertex,List<String>> get_g_V_aggregateXxX_byXnameX_capXxX()
public abstract Traversal<Vertex,Path> get_g_V_out_aggregateXaX_path()
public abstract Traversal<Vertex,Collection<Integer>> get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
public void g_V_valueXnameX_aggregateXxX_capXxX()
public void g_V_aggregateXxX_byXnameX_capXxX()
public void g_V_out_aggregateXaX_path()
public void g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.