Class VariablesTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.VariablesTest
-
public class VariablesTest extends Object
Gremlin Test Suite forGraph.Variables
operations.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VariablesTest.GraphVariablesFeatureSupportTest
Tests for feature support onGraph.Variables
.static class
VariablesTest.StringRepresentationTest
Basic tests to ensure thatGraph.Variables
have appropriateString
representations.static class
VariablesTest.VariableAsMapTest
Ensure that theGraph.Variables.asMap()
method returns some basics.static class
VariablesTest.VariableExceptionConsistencyTest
Test exceptions aroundGraph.Variables
.
-
Constructor Summary
Constructors Constructor Description VariablesTest()
-