public class GraphTest extends AbstractGremlinTest
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
GraphTest() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public void shouldImplementAndExposeFeatures()
public void shouldHaveExceptionConsistencyWhenFindVertexByIdThatIsNonExistentViaIterator()
public void shouldHaveExceptionConsistencyWhenFindEdgeByIdThatIsNonExistentViaIterator()
public void shouldHaveExceptionConsistencyWhenAssigningSameIdOnVertex()
public void shouldAddVertexWithUserSuppliedNumericId()
public void shouldAddVertexWithUserSuppliedStringId()
public void shouldAddVertexWithUserSuppliedUuidId()
public void shouldAddVertexWithUserSuppliedAnyIdUsingUuid()
public void shouldAddVertexWithUserSuppliedAnyIdUsingString()
public void shouldAddVertexWithUserSuppliedAnyIdUsingAnyObject()
public void shouldIterateVerticesWithUuidIdSupportUsingVertex()
public void shouldIterateVerticesWithUuidIdSupportUsingVertexId()
public void shouldIterateVerticesWithUuidIdSupportUsingStringRepresentation()
public void shouldIterateVerticesWithUuidIdSupportUsingVertices()
public void shouldIterateVerticesWithUuidIdSupportUsingVertexIds()
public void shouldIterateVerticesWithUuidIdSupportUsingStringRepresentations()
public void shouldIterateVerticesWithCustomIdSupportUsingVertex()
public void shouldIterateVerticesWithCustomIdSupportUsingVertexId()
public void shouldIterateVerticesWithCustomIdSupportUsingStringRepresentation()
public void shouldIterateVerticesWithCustomIdSupportUsingVertices()
public void shouldIterateVerticesWithCustomIdSupportUsingVertexIds()
public void shouldIterateVerticesWithCustomIdSupportUsingStringRepresentations()
public void shouldIterateVerticesWithNumericIdSupportUsingVertex()
public void shouldIterateVerticesWithNumericIdSupportUsingVertexId()
public void shouldIterateVerticesWithNumericIdSupportUsingLongRepresentation()
public void shouldIterateVerticesWithNumericIdSupportUsingIntegerRepresentation()
public void shouldIterateVerticesWithNumericIdSupportUsingFloatRepresentation()
public void shouldIterateVerticesWithNumericIdSupportUsingDoubleRepresentation()
public void shouldIterateVerticesWithNumericIdSupportUsingStringRepresentation()
public void shouldIterateVerticesWithNumericIdSupportUsingVertices()
public void shouldIterateVerticesWithNumericIdSupportUsingVertexIds()
public void shouldIterateVerticesWithNumericIdSupportUsingLongRepresentations()
public void shouldIterateVerticesWithNumericIdSupportUsingIntegerRepresentations()
public void shouldIterateVerticesWithNumericIdSupportUsingFloatRepresentations()
public void shouldIterateVerticesWithNumericIdSupportUsingDoubleRepresentations()
public void shouldIterateVerticesWithNumericIdSupportUsingStringRepresentations()
public void shouldNotMixTypesForGettingSpecificVerticesWithVertexFirst()
public void shouldNotMixTypesForGettingSpecificVerticesWithStringFirst()
public void shouldIterateVerticesWithStringIdSupportUsingVertex()
public void shouldIterateVerticesWithStringIdSupportUsingVertexId()
public void shouldIterateVerticesWithStringIdSupportUsingStringRepresentation()
public void shouldIterateVerticesWithStringIdSupportUsingVertices()
public void shouldIterateVerticesWithStringIdSupportUsingVertexIds()
public void shouldIterateVerticesWithStringIdSupportUsingStringRepresentations()
public void shouldOverwriteEarlierKeyValuesWithLaterKeyValuesOnAddVertexIfNoMultiProperty()
public void shouldOverwriteEarlierKeyValuesWithLaterKeyValuesOnAddVertexIfMultiProperty()
public void shouldHaveStandardStringRepresentation() throws Exception
StringFactory.graphString(Graph, String)
.Exception
public 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()
public void shouldIterateEdgesWithUuidIdSupportUsingEdge()
public void shouldIterateEdgesWithUuidIdSupportUsingEdgeId()
public void shouldIterateEdgesWithUuidIdSupportUsingStringRepresentation()
public void shouldIterateEdgesWithUuidIdSupportUsingEdges()
public void shouldIterateEdgesWithUuidIdSupportUsingEdgeIds()
public void shouldIterateEdgesWithUuidIdSupportUsingStringRepresentations()
public void shouldIterateEdgesWithCustomIdSupportUsingEdge()
public void shouldIterateEdgesWithCustomIdSupportUsingEdgeId()
public void shouldIterateEdgesWithCustomIdSupportUsingStringRepresentation()
public void shouldIterateEdgesWithCustomIdSupportUsingEdges()
public void shouldIterateEdgesWithCustomIdSupportUsingEdgeIds()
public void shouldIterateEdgesWithCustomIdSupportUsingStringRepresentations()
public void shouldIterateEdgesWithNumericIdSupportUsingEdge()
public void shouldIterateEdgesWithNumericIdSupportUsingEdgeId()
public void shouldIterateEdgesWithNumericIdSupportUsingLongRepresentation()
public void shouldIterateEdgesWithNumericIdSupportUsingIntegerRepresentation()
public void shouldIterateEdgesWithNumericIdSupportUsingFloatRepresentation()
public void shouldIterateEdgesWithNumericIdSupportUsingDoubleRepresentation()
public void shouldIterateEdgesWithNumericIdSupportUsingStringRepresentation()
public void shouldIterateEdgesWithNumericIdSupportUsingVertices()
public void shouldIterateEdgesWithNumericIdSupportUsingEdgeIds()
public void shouldIterateEdgesWithNumericIdSupportUsingLongRepresentations()
public void shouldIterateEdgesWithNumericIdSupportUsingIntegerRepresentations()
public void shouldIterateEdgesWithNumericIdSupportUsingFloatRepresentations()
public void shouldIterateEdgesWithNumericIdSupportUsingDoubleRepresentations()
public void shouldIterateEdgesWithNumericIdSupportUsingStringRepresentations()
public void shouldNotMixTypesForGettingSpecificEdgesWithEdgeFirst()
public void shouldNotMixTypesForGettingSpecificEdgesWithStringFirst()
public void shouldIterateEdgesWithStringIdSupportUsingEdge()
public void shouldIterateEdgesWithStringIdSupportUsingEdgeId()
public void shouldIterateEdgesWithStringIdSupportUsingStringRepresentation()
public void shouldIterateEdgesWithStringIdSupportUsingEdges()
public void shouldIterateEdgesWithStringIdSupportUsingEdgeIds()
public void shouldIterateEdgesWithStringIdSupportUsingStringRepresentations()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.