public abstract class MaxTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
MaxTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
MaxTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_age_fold_maxXlocalX() |
void |
g_V_age_max() |
void |
g_V_foo_fold_maxXlocalX() |
void |
g_V_foo_max() |
void |
g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX() |
void |
g_V_name_fold_maxXlocalX() |
void |
g_V_name_max() |
void |
g_V_repeatXbothX_timesX5X_age_max() |
abstract Traversal<Vertex,Integer> |
get_g_V_age_fold_maxXlocalX() |
abstract Traversal<Vertex,Integer> |
get_g_V_age_max() |
abstract Traversal<Vertex,Comparable> |
get_g_V_foo_fold_maxXlocalX() |
abstract Traversal<Vertex,Comparable> |
get_g_V_foo_max() |
abstract Traversal<Vertex,Map<String,Number>> |
get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX() |
abstract Traversal<Vertex,String> |
get_g_V_name_fold_maxXlocalX() |
abstract Traversal<Vertex,String> |
get_g_V_name_max() |
abstract Traversal<Vertex,Integer> |
get_g_V_repeatXbothX_timesX5X_age_max() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException
public abstract Traversal<Vertex,Comparable> get_g_V_foo_max()
public abstract Traversal<Vertex,Comparable> get_g_V_foo_fold_maxXlocalX()
public abstract Traversal<Vertex,String> get_g_V_name_fold_maxXlocalX()
public abstract Traversal<Vertex,Integer> get_g_V_repeatXbothX_timesX5X_age_max()
public abstract Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
public void g_V_age_max()
public void g_V_age_fold_maxXlocalX()
public void g_V_foo_max()
public void g_V_foo_fold_maxXlocalX()
public void g_V_name_max()
public void g_V_name_fold_maxXlocalX()
public void g_V_repeatXbothX_timesX5X_age_max()
public void g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.