public static class FeatureSupportTest.VertexFunctionalityTest extends AbstractGremlinTest
Vertex 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 |
|---|
VertexFunctionalityTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldSupportAddVertexPropertyIfItCanBeAdded() |
void |
shouldSupportAddVerticesIfAVertexCanBeAdded() |
void |
shouldSupportRemovePropertyIfAPropertyCanBeRemoved() |
void |
shouldSupportRemoveVerticesIfAVertexCanBeRemoved() |
void |
shouldSupportStringIdsIfNumericIdsAreGeneratedFromTheGraph() |
void |
shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph() |
void |
shouldSupportStringIdsIfUuidIdsAreGeneratedFromTheGraph() |
void |
shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToVertex() |
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 shouldSupportAddVerticesIfAVertexCanBeAdded()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToVertex()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeString()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeNumeric()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeUuid()
throws Exception
Exceptionpublic void shouldSupportUserSuppliedIdsOfTypeAny()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfUuidIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportStringIdsIfNumericIdsAreGeneratedFromTheGraph()
throws Exception
Exceptionpublic void shouldSupportAddVertexPropertyIfItCanBeAdded()
throws Exception
Exceptionpublic void shouldSupportRemoveVerticesIfAVertexCanBeRemoved()
throws Exception
ExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.