Class FeatureSupportTest.VertexFunctionalityTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.VertexFunctionalityTest
Enclosing class:
FeatureSupportTest

public static class FeatureSupportTest.VertexFunctionalityTest extends AbstractGremlinTest
Feature checks that test Vertex functionality to determine if a feature should be on when it is marked as not supported.
  • Constructor Details

    • VertexFunctionalityTest

      public VertexFunctionalityTest()
  • Method Details

    • shouldSupportAddVerticesIfAVertexCanBeAdded

      public void shouldSupportAddVerticesIfAVertexCanBeAdded() throws Exception
      Throws:
      Exception
    • shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToVertex

      public void shouldSupportUserSuppliedIdsIfAnIdCanBeAssignedToVertex() throws Exception
      Throws:
      Exception
    • shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse

      public void shouldNotAllowAnyIdsIfUserSuppliedIdsIsFalse() 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
    • shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph

      public void shouldSupportStringIdsIfStringIdsAreGeneratedFromTheGraph() throws Exception
      Throws:
      Exception
    • shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph

      public void shouldSupportUuidIdsIfUuidIdsAreGeneratedFromTheGraph() throws Exception
      Throws:
      Exception
    • shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph

      public void shouldSupportNumericIdsIfNumericIdsAreGeneratedFromTheGraph() throws Exception
      Throws:
      Exception
    • shouldSupportAddVertexPropertyIfItCanBeAdded

      public void shouldSupportAddVertexPropertyIfItCanBeAdded() throws Exception
      Throws:
      Exception
    • shouldSupportRemoveVerticesIfAVertexCanBeRemoved

      public void shouldSupportRemoveVerticesIfAVertexCanBeRemoved() throws Exception
      Throws:
      Exception
    • shouldSupportRemovePropertyIfAPropertyCanBeRemoved

      public void shouldSupportRemovePropertyIfAPropertyCanBeRemoved() throws Exception
      Throws:
      Exception