Annotation Type DisabledOnNative
-
@Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(DisabledOnNativeCondition.class) public @interface DisabledOnNative
-
-
Element Detail
-
reason
String reason
Why is the annotated test class or test method disabled.- Default:
- ""
-
-