public abstract class CountTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
CountTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
CountTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_both_both_count() |
void |
g_V_count() |
void |
g_V_filterXfalseX_count() |
void |
g_V_fold_countXlocalX() |
void |
g_V_hasXnoX_count() |
void |
g_V_out_count() |
void |
g_V_repeatXoutX_timesX3X_count() |
void |
g_V_repeatXoutX_timesX8X_count() |
abstract Traversal<Vertex,Long> |
get_g_V_both_both_count() |
abstract Traversal<Vertex,Long> |
get_g_V_count() |
abstract Traversal<Vertex,Long> |
get_g_V_fold_countXlocalX() |
abstract Traversal<Vertex,Long> |
get_g_V_hasXnoX_count() |
abstract Traversal<Vertex,Long> |
get_g_V_out_count() |
abstract Traversal<Vertex,Long> |
get_g_V_repeatXoutX_timesX3X_count() |
abstract Traversal<Vertex,Long> |
get_g_V_repeatXoutX_timesX8X_count() |
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,Long> get_g_V_repeatXoutX_timesX3X_count()
public abstract Traversal<Vertex,Long> get_g_V_repeatXoutX_timesX8X_count()
public void g_V_count()
public void g_V_out_count()
public void g_V_both_both_count()
public void g_V_repeatXoutX_timesX3X_count()
public void g_V_repeatXoutX_timesX8X_count()
public void g_V_hasXnoX_count()
public void g_V_filterXfalseX_count()
public void g_V_fold_countXlocalX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.