Annotation Interface ConditionalIgnoreRule.Ignore

Enclosing class:
ConditionalIgnoreRule

@Retention(RUNTIME) @Target({TYPE,METHOD}) public static @interface ConditionalIgnoreRule.Ignore
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Optional reason why the test is ignored, reported additionally to the condition class simple name.
  • Element Details

    • cause

      String cause
      Optional reason why the test is ignored, reported additionally to the condition class simple name.
      Default:
      ""