🧪 Architecture Tests to Enforce Constraints
danielmackay opened this issue · 0 comments
danielmackay commented
ACs
- Add architecture tests that will detect if classes are not referencing the correct things.
- The tests will be enforced by namespaces
- Restrict that
a. Application Cannot reference Infrastructure
b. Domain cannot Reference Infrastructure
c. Domain cannot Reference Application