Class PropertyTest.PropertyFeatureSupportTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.PropertyTest.PropertyFeatureSupportTest
Enclosing class:
PropertyTest

public static class PropertyTest.PropertyFeatureSupportTest extends AbstractGremlinTest
Tests for feature support on Property. The tests validate if Graph.Features.PropertyFeatures should be turned on or off and if the enabled features are properly supported by the implementation. Note that these tests are run in a separate test class as they are "parameterized" tests.
  • Field Details

    • featureName

      public String featureName
    • value

      public Object value
  • Constructor Details

    • PropertyFeatureSupportTest

      public PropertyFeatureSupportTest()
  • Method Details

    • data

      public static Iterable<Object[]> data()
    • shouldSetValueOnEdge

      public void shouldSetValueOnEdge() throws Exception
      Throws:
      Exception
    • shouldSetValueOnVertex

      public void shouldSetValueOnVertex() throws Exception
      Throws:
      Exception
    • shouldSetValueOnEdgeOnAdd

      public void shouldSetValueOnEdgeOnAdd() throws Exception
      Throws:
      Exception
    • shouldSetValueOnVertexOnAdd

      public void shouldSetValueOnVertexOnAdd() throws Exception
      Throws:
      Exception