Class EdgeTest.BasicEdgeTest
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.structure.EdgeTest.BasicEdgeTest
 
 
 
- 
- Enclosing class:
 - EdgeTest
 
public static class EdgeTest.BasicEdgeTest extends AbstractGremlinTest
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BasicEdgeTest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAutotypeBooleanProperties()voidshouldAutotypeDoubleProperties()voidshouldAutotypeFloatProperties()voidshouldAutotypeIntegerProperties()voidshouldAutotypeLongProperties()voidshouldAutotypeStringProperties()voidshouldGetPropertyKeysOnEdge()voidshouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel()voidshouldHaveExceptionConsistencyWhenUsingNullEdgeLabel()voidshouldHaveExceptionConsistencyWhenUsingNullVertex()voidshouldHaveExceptionConsistencyWhenUsingSystemVertexLabel()voidshouldHaveStandardStringRepresentation()voidshouldNotGetConcurrentModificationException()voidshouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges()voidshouldReturnEmptyIteratorIfNoProperties()voidshouldReturnOutThenInOnVertexIterator()voidshouldValidateEquality()voidshouldValidateIdEquality()- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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()
 
 - 
 
 -