abstract Map<String,Object> |
AbstractGraphProvider.getBaseConfiguration(String graphName,
Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
Provides a basic configuration for a particular Graph instance and uses the graphName to ensure
that the instance is unique.
|
protected String |
AbstractFileGraphProvider.getInputLocation(Graph g,
LoadGraphWith.GraphData graphData) |
|
org.apache.commons.configuration2.Configuration |
AbstractGraphProvider.newGraphConfiguration(String graphName,
Class<?> test,
String testMethodName,
Map<String,Object> configurationOverrides,
LoadGraphWith.GraphData loadGraphWith) |
|
org.apache.commons.configuration2.Configuration |
GraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName,
Class<?> test,
String testMethodName,
Map<String,Object> configurationOverrides,
LoadGraphWith.GraphData loadGraphWith) |
|
org.apache.commons.configuration2.Configuration |
GraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName,
Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
|
org.apache.commons.configuration2.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 org.apache.commons.configuration2.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.
|
org.apache.commons.configuration2.Configuration |
GraphManager.ManagedGraphProvider.standardGraphConfiguration(Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
|
default org.apache.commons.configuration2.Configuration |
GraphProvider.standardGraphConfiguration(Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
|
Graph |
GraphManager.ManagedGraphProvider.standardTestGraph(Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
|
default Graph |
GraphProvider.standardTestGraph(Class<?> test,
String testMethodName,
LoadGraphWith.GraphData loadGraphWith) |
|