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