DEV Community

Cover image for Architecture tests with ArchUnit, pt. 2: Rules
mobile.IT
mobile.IT

Posted on

Architecture tests with ArchUnit, pt. 2: Rules

In the first part of this series, we’ve had a glimpse of an architecture test written with the almighty ArchUnit, but of course there’s much more! Although ArchUnit’s API looks like Java Reflection API, it also contains powerful constructs to describe dependencies between code or predefined rules for testing popular architecture styles. Let’s see what we’ve got to play with!

First things first... (link in bio)

Top comments (0)