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