Class FeatureSupportTest.VertexPropertyFunctionalityTest

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

public static class FeatureSupportTest.VertexPropertyFunctionalityTest extends AbstractGremlinTest
  • Constructor Details

    • VertexPropertyFunctionalityTest

      public VertexPropertyFunctionalityTest()
  • Method Details

    • shouldSupportUserSuppliedIdsIfAnIdCanBeAssigned

      public void shouldSupportUserSuppliedIdsIfAnIdCanBeAssigned() 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
    • shouldSupportRemovePropertyIfAPropertyCanBeRemoved

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

      public void shouldSupportIdenticalMultiPropertyIfTheSameKeyCanBeAssignedSameValueMoreThanOnce() throws Exception
      Throws:
      Exception
    • shouldSupportMultiPropertyIfTheSameKeyCanBeAssignedMoreThanOnce

      public void shouldSupportMultiPropertyIfTheSameKeyCanBeAssignedMoreThanOnce() throws Exception
      Throws:
      Exception
    • shouldSupportMetaPropertyIfPropertiesCanBePutOnProperties

      public void shouldSupportMetaPropertyIfPropertiesCanBePutOnProperties() throws Exception
      Throws:
      Exception
    • shouldSupportMetaPropertyIfPropertiesCanBePutOnPropertiesViaVertexProperty

      public void shouldSupportMetaPropertyIfPropertiesCanBePutOnPropertiesViaVertexProperty() throws Exception
      Throws:
      Exception
    • shouldSupportMetaPropertyIfPropertiesHaveAnIteratorViaVertexProperty

      public void shouldSupportMetaPropertyIfPropertiesHaveAnIteratorViaVertexProperty() throws Exception
      Throws:
      Exception