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.Variablesfunctionality to determine if a feature should be on when it is marked as not supported.
- 
- 
Field SummaryFields Modifier and Type Field Description StringfeatureNameObjectvalue- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description GraphVariablesFunctionalityTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>data()voidshouldEnableFeatureOnGraphIfNotEnabled()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.AbstractGremlinTestafterLoadGraphWith, 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- 
shouldEnableFeatureOnGraphIfNotEnabledpublic void shouldEnableFeatureOnGraphIfNotEnabled() throws ExceptionIn 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
 
 
- 
 
-