@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface LoadGraphWith
AbstractGremlinTest.
 
 Note that the annotation assumes that the @{link GraphData} referenced by the annotation can be made available
 to the graph in the test.  In other words, even a graph that has "read-only" features, should have some method of
 getting the data available to it.  That said, graphs must minimally support the data types that the sample
 data contains for the test to be executed.
 
 If a graph implementation is "read-only", it can override the
 GraphProvider.loadGraphData(org.apache.tinkerpop.gremlin.structure.Graph, LoadGraphWith, Class, String) method
 to provide some other mechanism for making that data available to the graph in time for the test.  See the
 hadoop-gremlin implementation for more details.| Modifier and Type | Fields and Description | 
|---|---|
| static String | RESOURCE_PATH_PREFIX | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| LoadGraphWith.GraphData | valueThe name of the resource to load with full path. | 
public static final String RESOURCE_PATH_PREFIX
public abstract LoadGraphWith.GraphData value
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.