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 the Graph.Variables.asMap() method returns some basics. Other tests will enforce that all types are properly covered in Graph.Variables.
  • 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()