Archunit processing to many classes? #1422
Unanswered
SimoneGiusso
asked this question in
Q&A
Replies: 1 comment 3 replies
-
How did you configure your import? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've wrote a rule and activated the debug level. When launching my test I see several logs like these:
DEBUG com.tngtech.archunit.core.importer.JavaClassProcessor -- Processing class '....'
The first lines are my classes but then:
I'm wondering, is archunit verify the rule on those classes? Ofc the rule should be checked against my classes...
Edit:
Code:
Beta Was this translation helpful? Give feedback.
All reactions