Package org.apache.tinkerpop.gremlin
Class GraphManager
java.lang.Object
org.apache.tinkerpop.gremlin.GraphManager
Holds objects specified by the test suites supplying them in a static manner to the test cases.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class provides a way to intercepts calls toGraphimplementation'sGraphProviderinstances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphProviderGets theGraphProviderfrom the current test suite and wraps it in aGraphManager.ManagedGraphProvider.static TraversalEngine.Typestatic GraphProvidersetGraphProvider(GraphProvider graphProvider) static TraversalEngine.TypesetTraversalEngineType(TraversalEngine.Type traversalEngine)
-
Constructor Details
-
GraphManager
public GraphManager()
-
-
Method Details
-
setGraphProvider
-
getGraphProvider
Gets theGraphProviderfrom the current test suite and wraps it in aGraphManager.ManagedGraphProvider. -
setTraversalEngineType
-
getTraversalEngineType
-