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.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicEdgeTest()
 - 
Method SummaryAll 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.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Method Detail- 
shouldValidateEqualitypublic void shouldValidateEquality() 
 - 
shouldValidateIdEqualitypublic void shouldValidateIdEquality() 
 - 
shouldHaveStandardStringRepresentationpublic void shouldHaveStandardStringRepresentation() 
 - 
shouldHaveExceptionConsistencyWhenUsingNullEdgeLabelpublic void shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel() 
 - 
shouldHaveExceptionConsistencyWhenUsingNullVertexpublic void shouldHaveExceptionConsistencyWhenUsingNullVertex() 
 - 
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelpublic void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel() 
 - 
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelpublic void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel() 
 - 
shouldAutotypeStringPropertiespublic void shouldAutotypeStringProperties() 
 - 
shouldAutotypeIntegerPropertiespublic void shouldAutotypeIntegerProperties() 
 - 
shouldAutotypeBooleanPropertiespublic void shouldAutotypeBooleanProperties() 
 - 
shouldAutotypeDoublePropertiespublic void shouldAutotypeDoubleProperties() 
 - 
shouldAutotypeLongPropertiespublic void shouldAutotypeLongProperties() 
 - 
shouldAutotypeFloatPropertiespublic void shouldAutotypeFloatProperties() 
 - 
shouldGetPropertyKeysOnEdgepublic void shouldGetPropertyKeysOnEdge() 
 - 
shouldNotGetConcurrentModificationExceptionpublic void shouldNotGetConcurrentModificationException() 
 - 
shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdgespublic void shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges() 
 - 
shouldReturnEmptyIteratorIfNoPropertiespublic void shouldReturnEmptyIteratorIfNoProperties() 
 - 
shouldReturnOutThenInOnVertexIteratorpublic void shouldReturnOutThenInOnVertexIterator() 
 
- 
 
-