Package com.tngtech.archunit.library.freeze
-
Interface Summary Interface Description ViolationLineMatcher AllowsFreezingArchRule
to decide when two lines of two violations count as "equivalent".ViolationStore Provides some sort of storage for violations toFreezingArchRule
. -
Class Summary Class Description FreezingArchRule A decorator around an existingArchRule
that "freezes" the state of all violations on the first call instead of failing the test.