public abstract class DropTest extends AbstractGremlinTest
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DropTest.Traversals | 
config, g, graph, graphComputerClass, 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, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIdspublic 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–2015 Apache Software Foundation. All rights reserved.