| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoadGraphWith.GraphData | LoadGraphWith.GraphData. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LoadGraphWith.GraphData[] | LoadGraphWith.GraphData. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<String,Object> | AbstractGraphProvider. getBaseConfiguration(String graphName,
                    Class<?> test,
                    String testMethodName,
                    LoadGraphWith.GraphData loadGraphWith)Provides a basic configuration for a particular  Graphinstance and used
 thegraphNameto ensure that the instance is unique. | 
| default Configuration | GraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     LoadGraphWith.GraphData loadGraphWith)When implementing this method ensure that a test suite can override any settings EXCEPT the
 "gremlin.graph" setting which should be defined by the implementer. | 
| Configuration | AbstractGraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith) | 
| Configuration | GraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith)When implementing this method ensure that a test suite can override any settings EXCEPT the
 "gremlin.graph" setting which should be defined by the implementer. | 
| default Configuration | GraphProvider. standardGraphConfiguration(Class<?> test,
                          String testMethodName,
                          LoadGraphWith.GraphData loadGraphWith) | 
| default Graph | GraphProvider. standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith)Creates a new  Graphinstance using the defaultorg.apache.commons.configuration.ConfigurationfromGraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData). | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.