Annotation Interface Graph.OptIn
- Enclosing interface:
- Graph
@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 the
Graph instance with this class allows that particular test suite to run.-
Field Details
-
SUITE_STRUCTURE_STANDARD
- See Also:
-
SUITE_STRUCTURE_INTEGRATE
- See Also:
-
SUITE_PROCESS_EMBEDDED_COMPUTER
- See Also:
-
SUITE_PROCESS_EMBEDDED_STANDARD
- See Also:
-
-
Element Details
-
value
String valueThe test suite class to opt in to.
-