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