Annotation Interface AnyOf
@Inherited
@Documented
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@ExtendWith(RequiresModuleExecutionCondition.class)
public @interface AnyOf
Enables or disables tests based on the
RequiresModule annotations in the value array.
Only one of the conditions needs to be true for this to enable tests.- Author:
- James R. Perkins
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
RequiresModule[] valueAn array of one or moreRequiresModuleannotations.- Returns:
- an array of the annotations
-