Package org.junit.jupiter.api.condition
Annotation Type DisabledIfSystemProperties
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @API(status=STABLE, since="5.6") public @interface DisabledIfSystemProperties@DisabledIfSystemPropertiesis a container for one or more@DisabledIfSystemPropertydeclarations.Note, however, that use of the
@DisabledIfSystemPropertiescontainer is completely optional since@DisabledIfSystemPropertyis a repeatable annotation.This annotation is not
@Inherited. Consequently, if you wish to apply the same semantics to a subclass, this annotation must be redeclared on the subclass.- Since:
- 5.6
- See Also:
DisabledIfSystemProperty,Repeatable
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DisabledIfSystemProperty[]valueAn array of one or more@DisabledIfSystemPropertydeclarations.
-
-
-
Element Detail
-
value
DisabledIfSystemProperty[] value
An array of one or more@DisabledIfSystemPropertydeclarations.
-
-