Annotation Interface ArchIgnore


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface ArchIgnore
Marks rules (annotated with @ArchTest) to be ignored by the test support. I.e. rules marked this way will be skipped during evaluation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • reason

      String reason
      Returns:
      why the test is ignored
      Default:
      ""