Package com.tngtech.archunit.library
package com.tngtech.archunit.library
-
ClassDescriptionOffers convenience to assert typical architectures:
Architectures.layeredArchitecture()
Architectures.onionArchitecture()
Defines which dependencies the layered architecture will consider when checking for violations.DependencyRules provides a set of generalArchConditions
andArchRules
for checking dependencies between classes.GeneralCodingRules provides a set of very generalArchConditions
andArchRules
for coding that might be useful in various projects.ProxyRules provides a set of generalArchConditions
andArchRules
for checking the usage of proxies.