public abstract class DropTest extends AbstractGremlinTest
Modifier and Type | Class and Description |
---|---|
static class |
DropTest.Traversals |
config, g, graph, graphProvider, name
Constructor and Description |
---|
DropTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_drop() |
void |
g_V_outE_drop() |
void |
g_V_properties_drop() |
abstract Traversal<Vertex,Vertex> |
get_g_V_drop() |
abstract Traversal<Vertex,Edge> |
get_g_V_outE_drop() |
abstract Traversal<Vertex,VertexProperty> |
get_g_V_properties_drop() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,VertexProperty> get_g_V_properties_drop()
public void g_V_drop()
public void g_V_outE_drop()
public void g_V_properties_drop()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.