Annotation Type Graph.OptIn
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(OptIns.class) @Inherited public static @interface Graph.OptIn
Defines the test suite that the implementer has decided to support and represents publicly as "passing". Marking theGraphinstance with this class allows that particular test suite to run.
-
-
Field Summary
Fields Modifier and Type Fields Description static StringSUITE_PROCESS_COMPUTERDeprecated.As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theSUITE_PROCESS_EMBEDDED_COMPUTERfor JVM specific tests.static StringSUITE_PROCESS_EMBEDDED_COMPUTERstatic StringSUITE_PROCESS_EMBEDDED_STANDARDstatic StringSUITE_PROCESS_LIMITED_COMPUTERDeprecated.As of release 3.8.0, replaced bySUITE_PROCESS_EMBEDDED_STANDARD.static StringSUITE_PROCESS_LIMITED_STANDARDDeprecated.As of release 3.8.0, replaced bySUITE_PROCESS_EMBEDDED_COMPUTERstatic StringSUITE_PROCESS_STANDARDDeprecated.As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theSUITE_PROCESS_EMBEDDED_STANDARDfor JVM specific tests.static StringSUITE_STRUCTURE_INTEGRATEstatic StringSUITE_STRUCTURE_STANDARD
-
-
-
Field Detail
-
SUITE_STRUCTURE_STANDARD
static final String SUITE_STRUCTURE_STANDARD
-
-
-
SUITE_STRUCTURE_INTEGRATE
static final String SUITE_STRUCTURE_INTEGRATE
-
-
-
SUITE_PROCESS_COMPUTER
@Deprecated static final String SUITE_PROCESS_COMPUTER
Deprecated.As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theSUITE_PROCESS_EMBEDDED_COMPUTERfor JVM specific tests.
-
-
-
SUITE_PROCESS_STANDARD
@Deprecated static final String SUITE_PROCESS_STANDARD
Deprecated.As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theSUITE_PROCESS_EMBEDDED_STANDARDfor JVM specific tests.
-
-
-
SUITE_PROCESS_LIMITED_COMPUTER
@Deprecated static final String SUITE_PROCESS_LIMITED_COMPUTER
Deprecated.As of release 3.8.0, replaced bySUITE_PROCESS_EMBEDDED_STANDARD.
-
-
-
SUITE_PROCESS_LIMITED_STANDARD
@Deprecated static final String SUITE_PROCESS_LIMITED_STANDARD
Deprecated.As of release 3.8.0, replaced bySUITE_PROCESS_EMBEDDED_COMPUTER
-
-
-
SUITE_PROCESS_EMBEDDED_COMPUTER
static final String SUITE_PROCESS_EMBEDDED_COMPUTER
-
-
-
SUITE_PROCESS_EMBEDDED_STANDARD
static final String SUITE_PROCESS_EMBEDDED_STANDARD
-
-
Element Detail
-
value
String value
The test suite class to opt in to.
-
-