Annotation Interface ConditionalIgnoreRule.Ignore

Enclosing class:
ConditionalIgnoreRule

@Retention(RUNTIME) @Target({TYPE,METHOD}) @Deprecated(since="2025.0", forRemoval=true) public static @interface ConditionalIgnoreRule.Ignore
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use ConditionalIgnore instead
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Optional reason why the test is ignored, reported additionally to the condition class simple name.
  • Element Details

    • condition

      Deprecated, for removal: This API element is subject to removal in a future version.
    • cause

      String cause
      Deprecated, for removal: This API element is subject to removal in a future version.
      Optional reason why the test is ignored, reported additionally to the condition class simple name.
      Default:
      ""