Package com.tngtech.archunit.junit
Annotation Type ArchIgnore
-
@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface ArchIgnore
Equivalent toIgnore
, but can be applied to fields to mark rules annotated with @ArchTest
to be ignored by theArchUnitRunner
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
reason
documents why the test is ignored
-