Class 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 Detail

      • featureName

        public String featureName
    • Constructor Detail

      • PropertyFeatureSupportTest

        public PropertyFeatureSupportTest()
    • Method Detail

      • 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