public static class FeatureSupportTest.EdgeFunctionalityTest extends AbstractGremlinTest
Edge functionality to determine if a feature
should be on when it is marked as not supported.config, g, graph, graphComputerClass, graphProvider, name| Constructor and Description |
|---|
EdgeFunctionalityTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldSupportAddEdgesIfEdgeCanBeAdded() |
void |
shouldSupportAddVertexPropertyIfItCanBeAdded() |
void |
shouldSupportRemoveEdgesIfEdgeCanBeRemoved() |
void |
shouldSupportRemovePropertyIfAPropertyCanBeRemoved() |
void |
shouldSupportStringIdsIfNumericIdsAreGeneratedFromTheGraph() |
void |
shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph() |
void |
shouldSupportStringIdsIfUuidIdsAreGeneratedFromTheGraph() |
void |
shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge() |
void |
shouldSupportUserSuppliedIdsOfTypeAny() |
void |
shouldSupportUserSuppliedIdsOfTypeNumeric() |
void |
shouldSupportUserSuppliedIdsOfTypeString() |
void |
shouldSupportUserSuppliedIdsOfTypeUuid() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateExceptionpublic void shouldSupportAddEdgesIfEdgeCanBeAdded()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToEdge()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfUuidIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfNumericIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeString()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeNumeric()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeUuid()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeAny()
throws Exception
Exceptionpublic void shouldSupportAddVertexPropertyIfItCanBeAdded()
throws Exception
Exceptionpublic void shouldSupportRemoveEdgesIfEdgeCanBeRemoved()
throws Exception
ExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.