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.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description EdgeFunctionalityTest()
 - 
Method Summary- 
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- 
shouldSupportAddEdgesIfEdgeCanBeAddedpublic void shouldSupportAddEdgesIfEdgeCanBeAdded() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdgepublic void shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge() throws Exception- Throws:
- Exception
 
 - 
shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalsepublic void shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse() throws Exception- Throws:
- Exception
 
 - 
shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraphpublic void shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraphpublic void shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph() throws Exception- Throws:
- Exception
 
 - 
shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraphpublic void shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsOfTypeStringpublic void shouldSupportUserSuppliedIdsOfTypeString() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsOfTypeNumericIntpublic void shouldSupportUserSuppliedIdsOfTypeNumericInt() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsOfTypeNumericLongpublic void shouldSupportUserSuppliedIdsOfTypeNumericLong() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsOfTypeUuidpublic void shouldSupportUserSuppliedIdsOfTypeUuid() throws Exception- Throws:
- Exception
 
 - 
shouldSupportUserSuppliedIdsOfTypeAnypublic void shouldSupportUserSuppliedIdsOfTypeAny() throws Exception- Throws:
- Exception
 
 - 
shouldSupportAddEdgePropertyIfItCanBeAddedpublic void shouldSupportAddEdgePropertyIfItCanBeAdded() throws Exception- Throws:
- Exception
 
 - 
shouldSupportRemoveEdgesIfEdgeCanBeRemovedpublic void shouldSupportRemoveEdgesIfEdgeCanBeRemoved() throws Exception- Throws:
- Exception
 
 
- 
 
-