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

      • featureName

        public String featureName
    • Constructor Detail

      • GraphVariablesFunctionalityTest

        public GraphVariablesFunctionalityTest()
    • Method Detail

      • 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