Is there any library like arch unit for Django?...
Read MoreWith ArchUnit, how can I make sure that all classes in my project are starting with the same package...
Read MoreHow to configure Gradle to pickup ArchUnit tests via @Tag annotation?...
Read MoreArchunit layer that consists of everyting that is not other layers...
Read MoreHow to restrict visibility between Gradle modules in a modular monolith Spring Boot application...
Read MoreHow does one write an ArchUnit specification that a constructor or method should never be called?...
Read MoreHow can I pass all classes of a multimodule project to ArchUnit?...
Read MoreArchUnit - rule to check there is less than N files (classes, interfaces, etc...) in a leaf package...
Read MoreHow do I exclude an ArchUnit rule aiming at interface to impact @interface (annotation)...
Read MoreHow do I create an ArchUnit rule to test if fields are private in packages...
Read MoreRestricting access to static methds with ArchUnit...
Read MoreHow to ignore classes in test class with ArchUnit...
Read MoreCan a single method be excluded from an ArchUnit class access rule?...
Read Moreapply an ArchUnit test to a class or method...
Read MoreArchUnit to verify any thread has a Name...
Read MoreCheck if a field is initialized with ArchUnit...
Read MoreChecking parameters of all method calls...
Read MoreUsing archunit to enforce all sub-packages only reference themselves of a "common" package...
Read MoreArchUnit: Test a class if it contains an annotated method...
Read MoreHow to exclude specific classes with ArchUnit tests?...
Read MoreArch test failing STANDARD_STREAMS...
Read MoreArchUnitTest not running as expected...
Read MoreArchUnit: how to check for extension of an interface?...
Read MoreIs there a similar option to ImportOption.DoNotIncludeTests on a per test level in ArchUnit...
Read MoreIn Archunit, is it possible to convert a definition into a predicate?...
Read MoreHow to check if a generic parameter is serializable in an ArchUnit test?...
Read MoreEnforcing Architectural Rule for BigDecimal Instantiation in Java with ArchUnit...
Read MoreArchUnit allow limited number of violations for ratcheting...
Read More