public abstract class AddVertexTest extends AbstractGremlinTest
Modifier and Type | Class and Description |
---|---|
static class |
AddVertexTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
AddVertexTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_addVXlabel_person_name_stephenX() |
void |
g_V_addVXlabel_animal_age_0X() |
abstract Traversal<Vertex,Vertex> |
get_g_addVXlabel_person_name_stephenX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_addVXlabel_animal_age_0X() |
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,Vertex> get_g_V_addVXlabel_animal_age_0X()
public abstract Traversal<Vertex,Vertex> get_g_addVXlabel_person_name_stephenX()
public void g_V_addVXlabel_animal_age_0X()
public void g_addVXlabel_person_name_stephenX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.