Package com.tngtech.archunit.junit
Annotation Type 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 java.lang.Stringreason
-
Element Details
-
reason
java.lang.String reason- Returns:
- why the test is ignored
- Default:
- ""
-