Class VariablesTest.VariableAsMapTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.VariablesTest.VariableAsMapTest
- Enclosing class:
- VariablesTest
Ensure that the
Graph.Variables.asMap() method returns some basics. Other tests will enforce that all
types are properly covered in Graph.Variables.-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods 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
-
Constructor Details
-
VariableAsMapTest
public VariableAsMapTest()
-
-
Method Details
-
shouldHoldVariableNone
public void shouldHoldVariableNone() -
shouldHoldVariableString
public void shouldHoldVariableString() -
shouldHoldVariableInteger
public void shouldHoldVariableInteger() -
shouldHoldVariableLong
public void shouldHoldVariableLong() -
shouldHoldVariableMixed
public void shouldHoldVariableMixed()
-