Class FeatureSupportTest.GraphVariablesFunctionalityTest

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

public static class FeatureSupportTest.GraphVariablesFunctionalityTest extends AbstractGremlinTest
Feature checks that tests if Graph.Variables functionality to determine if a feature should be on when it is marked as not supported.
  • Field Details

    • featureName

      public String featureName
    • value

      public Object value
  • Constructor Details

    • GraphVariablesFunctionalityTest

      public GraphVariablesFunctionalityTest()
  • Method Details

    • data

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

      public void shouldEnableFeatureOnGraphIfNotEnabled() throws Exception
      In this case, the feature requirement for sideEffects is checked, because it means that at least one aspect of sideEffects is supported so we need to test other features to make sure they work properly.
      Throws:
      Exception