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 ifGraph.Variables
functionality to determine if a feature should be on when it is marked as not supported.
-
-
Field Summary
Fields Modifier and Type Field Description String
featureName
Object
value
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description GraphVariablesFunctionalityTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>
data()
void
shouldEnableFeatureOnGraphIfNotEnabled()
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.-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
-
-
-
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
-
-