Annotation Interface ArchitectureTest


@Retention(RUNTIME) @Target(METHOD) public @interface ArchitectureTest
Marks a static, no-argument method that supplies one immutable architecture rule.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    JUnit Platform tags attached to the discovered test descriptor.
    Optional display name; the method name is used when this is blank.
  • Element Details

    • value

      String value
      Optional display name; the method name is used when this is blank.
      Default:
      ""
    • tags

      String[] tags
      JUnit Platform tags attached to the discovered test descriptor.
      Default:
      {}