public abstract class ProjectTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ProjectTest.Traversals |
config, g, graph, graphProvider, name
Constructor and Description |
---|
ProjectTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX() |
void |
g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX() |
abstract Traversal<Vertex,Map<String,Number>> |
get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX() |
abstract Traversal<Vertex,String> |
get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()
public abstract Traversal<Vertex,String> get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()
public void g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX()
public void g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.