public abstract class FoldTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
FoldTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
FoldTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_age_foldX0_plusX() |
void |
g_V_fold_unfold() |
void |
g_V_fold() |
abstract Traversal<Vertex,Integer> |
get_g_V_age_foldX0_plusX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_fold_unfold() |
abstract Traversal<Vertex,List<Vertex>> |
get_g_V_fold() |
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
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.