Class FeatureSupportTest.EdgeFunctionalityTest
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.EdgeFunctionalityTest
 
 
 
- 
- Enclosing class:
 - FeatureSupportTest
 
public static class FeatureSupportTest.EdgeFunctionalityTest extends AbstractGremlinTest
Feature checks that testEdgefunctionality to determine if a feature should be on when it is marked as not supported. 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EdgeFunctionalityTest() 
- 
Method Summary
- 
Methods 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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shouldSupportAddEdgesIfEdgeCanBeAdded
public void shouldSupportAddEdgesIfEdgeCanBeAdded() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge
public void shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge() throws Exception- Throws:
 Exception
 
- 
shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse
public void shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse() throws Exception- Throws:
 Exception
 
- 
shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph
public void shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph() throws Exception- Throws:
 Exception
 
- 
shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph
public void shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph() throws Exception- Throws:
 Exception
 
- 
shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph
public void shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsOfTypeString
public void shouldSupportUserSuppliedIdsOfTypeString() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsOfTypeNumericInt
public void shouldSupportUserSuppliedIdsOfTypeNumericInt() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsOfTypeNumericLong
public void shouldSupportUserSuppliedIdsOfTypeNumericLong() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsOfTypeUuid
public void shouldSupportUserSuppliedIdsOfTypeUuid() throws Exception- Throws:
 Exception
 
- 
shouldSupportUserSuppliedIdsOfTypeAny
public void shouldSupportUserSuppliedIdsOfTypeAny() throws Exception- Throws:
 Exception
 
- 
shouldSupportAddEdgePropertyIfItCanBeAdded
public void shouldSupportAddEdgePropertyIfItCanBeAdded() throws Exception- Throws:
 Exception
 
- 
shouldSupportRemoveEdgesIfEdgeCanBeRemoved
public void shouldSupportRemoveEdgesIfEdgeCanBeRemoved() throws Exception- Throws:
 Exception
 
 - 
 
 -