public class GraphTest extends AbstractGremlinTest
config, g, graph, graphComputerClass, graphProvider, name| Constructor and Description |
|---|
GraphTest() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateExceptionpublic void shouldImplementAndExposeFeatures()
public void shouldHaveExceptionConsistencyWhenFindVertexByIdThatIsNonExistentViaIterator()
public void shouldHaveExceptionConsistencyWhenFindEdgeByIdThatIsNonExistentViaIterator()
public void shouldHaveExceptionConsistencyWhenAssigningSameIdOnVertex()
public void shouldAddVertexWithUserSuppliedNumericId()
public void shouldAddVertexWithUserSuppliedStringId()
public void shouldAddVertexWithUserSuppliedUuidId()
public void shouldAddVertexWithUserSuppliedAnyId()
public void shouldOverwriteEarlierKeyValuesWithLaterKeyValuesOnAddVertexIfNoMultiProperty()
public void shouldOverwriteEarlierKeyValuesWithLaterKeyValuesOnAddVertexIfMultiProperty()
public void shouldHaveStandardStringRepresentation()
throws Exception
StringFactory.graphString(Graph, String).Exceptionpublic void shouldRemoveEdges()
public void shouldRemoveVertices()
public void shouldRemoveVerticesWithoutConcurrentModificationException()
public void shouldRemoveEdgesWithoutConcurrentModificationException()
public void shouldEvaluateConnectivityPatterns()
Graph and ensure that counts of edges per vertex are correct.public void shouldTraverseInOutFromVertexWithSingleEdgeLabelFilter()
public void shouldTraverseInOutFromVertexWithMultipleEdgeLabelFilter()
public void shouldTestTreeConnectivity()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.