Annotation Interface ConditionalIgnore


Since:
2025.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Condition to evaluate.
  • 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

    • condition

      Class<? extends ConditionalIgnore.Condition> condition
      Condition to evaluate.
    • cause

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