TNG / ArchUnit

A Java architecture test library, to specify and assert architecture rules in plain Java
http://archunit.org
Apache License 2.0
3.18k stars 288 forks source link

Allow to add test in a project to check if our rules are really applied #1348

Open pkernevez opened 2 weeks ago

pkernevez commented 2 weeks ago

I don't find an information on how to do it.

I tried Stack Oervflow too, without success.

We have about 40 rules on our base code and I want to check automatically that the rule are still validating what is expected.