Class FeatureSupportTest.EdgeFunctionalityTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.EdgeFunctionalityTest
- Enclosing class:
- FeatureSupportTest
Feature checks that test
Edge functionality 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
EdgeFunctionalityTest
public EdgeFunctionalityTest()
-
-
Method Details
-
shouldSupportAddEdgesIfEdgeCanBeAdded
- Throws:
Exception
-
shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge
- Throws:
Exception
-
shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse
- Throws:
Exception
-
shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph
- Throws:
Exception
-
shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph
- Throws:
Exception
-
shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph
- Throws:
Exception
-
shouldSupportUserSuppliedIdsOfTypeString
- Throws:
Exception
-
shouldSupportUserSuppliedIdsOfTypeNumericInt
- Throws:
Exception
-
shouldSupportUserSuppliedIdsOfTypeNumericLong
- Throws:
Exception
-
shouldSupportUserSuppliedIdsOfTypeUuid
- Throws:
Exception
-
shouldSupportUserSuppliedIdsOfTypeAny
- Throws:
Exception
-
shouldSupportAddEdgePropertyIfItCanBeAdded
- Throws:
Exception
-
shouldSupportRemoveEdgesIfEdgeCanBeRemoved
- Throws:
Exception
-
shouldSupportRemovePropertyIfAPropertyCanBeRemoved
- Throws:
Exception
-