Class VariablesTest.GraphVariablesFeatureSupportTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.VariablesTest.GraphVariablesFeatureSupportTest
Enclosing class:
VariablesTest

public static class VariablesTest.GraphVariablesFeatureSupportTest extends AbstractGremlinTest
Tests for feature support on Graph.Variables. The tests validate if Graph.Features.VariableFeatures 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

    • GraphVariablesFeatureSupportTest

      public GraphVariablesFeatureSupportTest()
  • Method Details