public abstract class DropTest extends AbstractGremlinTest
Modifier and Type | Class and Description |
---|---|
static class |
DropTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
DropTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_E_propertiesXweightX_drop() |
void |
g_V_drop() |
void |
g_V_outE_drop() |
void |
g_V_properties_drop() |
void |
g_V_properties_propertiesXstartTimeX_drop() |
abstract Traversal<Edge,? extends Property<Object>> |
get_g_E_propertiesXweightX_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() |
abstract Traversal<Vertex,? extends Property<Object>> |
get_g_V_properties_propertiesXstartTimeX_drop() |
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,VertexProperty> get_g_V_properties_drop()
public abstract Traversal<Vertex,? extends Property<Object>> get_g_V_properties_propertiesXstartTimeX_drop()
public abstract Traversal<Edge,? extends Property<Object>> get_g_E_propertiesXweightX_drop()
public void g_V_drop()
public void g_V_outE_drop()
public void g_V_properties_drop()
public void g_E_propertiesXweightX_drop()
public void g_V_properties_propertiesXstartTimeX_drop()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.