public abstract class AggregateTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
AggregateTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
AggregateTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_aggregateXxX_byXnameX_capXxX() |
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,List<String>> |
get_g_V_name_aggregateXxX_capXxX() |
abstract Traversal<Vertex,Path> |
get_g_V_out_aggregateXaX_path() |
checkMap, checkResults, checkResults, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public 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 void g_V_valueXnameX_aggregateXxX_capXxX()
public void g_V_aggregateXxX_byXnameX_capXxX()
public void g_V_out_aggregateXaX_path()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.