Digital Marketing

Unit test your Java architecture

https://www.archunit.org
ArchUnit is a free, simple and extensible library for checking the architecture of your Java code using any plain Java unit test framework. That is, ArchUnit can check dependencies between packages and classes, layers and slices, check for cyclic dependencies and more.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database