Search code examples
Is there any library like arch unit for Django?...


pythondjangotestingarchitecturearchunit

Read More
With ArchUnit, how can I make sure that all classes in my project are starting with the same package...


javaarchitecturepackagearchunit

Read More
How to configure Gradle to pickup ArchUnit tests via @Tag annotation?...


javagradlejunit5archunit

Read More
Archunit layer that consists of everyting that is not other layers...


archunit

Read More
How to restrict visibility between Gradle modules in a modular monolith Spring Boot application...


javagradlearchitecturearchunit

Read More
How does one write an ArchUnit specification that a constructor or method should never be called?...


javaarchunit

Read More
How can I pass all classes of a multimodule project to ArchUnit?...


javakotlinreflectionreflectionsarchunit

Read More
ArchUnit - rule to check there is less than N files (classes, interfaces, etc...) in a leaf package...


javajunitjunit5archunit

Read More
How do I exclude an ArchUnit rule aiming at interface to impact @interface (annotation)...


javajunitjunit5junit-jupiterarchunit

Read More
How do I create an ArchUnit rule to test if fields are private in packages...


javajunitjunit5archunit

Read More
Restricting access to static methds with ArchUnit...


javaarchunit

Read More
How to ignore classes in test class with ArchUnit...


testingarchitectureclasspatharchunit

Read More
Can a single method be excluded from an ArchUnit class access rule?...


javaarchunit

Read More
apply an ArchUnit test to a class or method...


javaarchunit

Read More
ArchUnit to verify any thread has a Name...


javajunitarchunit

Read More
How test our ArchUnit rules?...


javaarchunit

Read More
Check if a field is initialized with ArchUnit...


javaarchunit

Read More
ArchRule fails on proper test...


javatestingarchunit

Read More
Checking parameters of all method calls...


javaunit-testingarchunit

Read More
Using archunit to enforce all sub-packages only reference themselves of a "common" package...


javaunit-testingjunitarchunit

Read More
ArchUnit: Test a class if it contains an annotated method...


kotlintestingarchunit

Read More
How to exclude specific classes with ArchUnit tests?...


kotlintestingarcharchunit

Read More
Arch test failing STANDARD_STREAMS...


javastreamarchunit

Read More
ArchUnitTest not running as expected...


.netautomated-tests.net-7.0archunit

Read More
ArchUnit: how to check for extension of an interface?...


archunit

Read More
Is there a similar option to ImportOption.DoNotIncludeTests on a per test level in ArchUnit...


archunit

Read More
In Archunit, is it possible to convert a definition into a predicate?...


archunit

Read More
How to check if a generic parameter is serializable in an ArchUnit test?...


javareflectionarchunit

Read More
Enforcing Architectural Rule for BigDecimal Instantiation in Java with ArchUnit...


javaunit-testingjunitarchunit

Read More
ArchUnit allow limited number of violations for ratcheting...


javaarchunit

Read More
BackNext