@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=Graph.OptIns.class) @Inherited public static @interface Graph.OptIn
Graph instance with this class allows that particular test suite to run.| Modifier and Type | Fields and Description | 
|---|---|
| static String | SUITE_GROOVY_ENVIRONMENTDeprecated. 
 As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement. | 
| static String | SUITE_GROOVY_ENVIRONMENT_INTEGRATEDeprecated. 
 As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement. | 
| static String | SUITE_GROOVY_ENVIRONMENT_PERFORMANCEDeprecated. 
 As of release 3.2.4, effectively replaced by the gremlin-benchmarks module. | 
| static String | SUITE_GROOVY_PROCESS_COMPUTERDeprecated. 
 As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement. | 
| static String | SUITE_GROOVY_PROCESS_STANDARDDeprecated. 
 As of release 3.2.4, not replaced as a test suite that Graph Providers need to implement. | 
| static String | SUITE_PROCESS_COMPUTER | 
| static String | SUITE_PROCESS_PERFORMANCEDeprecated. 
 As of release 3.2.4, effectively replaced by the gremlin-benchmarks module. | 
| static String | SUITE_PROCESS_STANDARD | 
| static String | SUITE_STRUCTURE_INTEGRATE | 
| static String | SUITE_STRUCTURE_PERFORMANCEDeprecated. 
 As of release 3.2.4, effectively replaced by the gremlin-benchmarks module. | 
| static String | SUITE_STRUCTURE_STANDARD | 
public static final String SUITE_STRUCTURE_STANDARD
public static final String SUITE_STRUCTURE_INTEGRATE
@Deprecated public static final String SUITE_STRUCTURE_PERFORMANCE
public static final String SUITE_PROCESS_COMPUTER
public static final String SUITE_PROCESS_STANDARD
@Deprecated public static final String SUITE_PROCESS_PERFORMANCE
@Deprecated public static final String SUITE_GROOVY_PROCESS_STANDARD
@Deprecated public static final String SUITE_GROOVY_PROCESS_COMPUTER
@Deprecated public static final String SUITE_GROOVY_ENVIRONMENT
@Deprecated public static final String SUITE_GROOVY_ENVIRONMENT_INTEGRATE
@Deprecated public static final String SUITE_GROOVY_ENVIRONMENT_PERFORMANCE
public abstract String value
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.