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