Class EdgeTest.BasicEdgeTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.EdgeTest.BasicEdgeTest
- Enclosing class:
- EdgeTest
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
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
-
Constructor Details
-
BasicEdgeTest
public BasicEdgeTest()
-
-
Method Details
-
shouldValidateEquality
public void shouldValidateEquality() -
shouldValidateIdEquality
public void shouldValidateIdEquality() -
shouldHaveStandardStringRepresentation
public void shouldHaveStandardStringRepresentation() -
shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel
public void shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel() -
shouldHaveExceptionConsistencyWhenUsingNullVertex
public void shouldHaveExceptionConsistencyWhenUsingNullVertex() -
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel
public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel() -
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel
public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel() -
shouldAutotypeStringProperties
public void shouldAutotypeStringProperties() -
shouldAutotypeIntegerProperties
public void shouldAutotypeIntegerProperties() -
shouldAutotypeBooleanProperties
public void shouldAutotypeBooleanProperties() -
shouldAutotypeDoubleProperties
public void shouldAutotypeDoubleProperties() -
shouldAutotypeLongProperties
public void shouldAutotypeLongProperties() -
shouldAutotypeFloatProperties
public void shouldAutotypeFloatProperties() -
shouldGetPropertyKeysOnEdge
public void shouldGetPropertyKeysOnEdge() -
shouldNotGetConcurrentModificationException
public void shouldNotGetConcurrentModificationException() -
shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges
public void shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges() -
shouldReturnEmptyIteratorIfNoProperties
public void shouldReturnEmptyIteratorIfNoProperties() -
shouldReturnOutThenInOnVertexIterator
public void shouldReturnOutThenInOnVertexIterator()
-