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.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description VariableAsMapTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldHoldVariableInteger()voidshouldHoldVariableLong()voidshouldHoldVariableMixed()voidshouldHoldVariableNone()voidshouldHoldVariableString()- 
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- 
shouldHoldVariableNonepublic void shouldHoldVariableNone() 
 - 
shouldHoldVariableStringpublic void shouldHoldVariableString() 
 - 
shouldHoldVariableIntegerpublic void shouldHoldVariableInteger() 
 - 
shouldHoldVariableLongpublic void shouldHoldVariableLong() 
 - 
shouldHoldVariableMixedpublic void shouldHoldVariableMixed() 
 
- 
 
-