-
Notifications
You must be signed in to change notification settings - Fork 0
Test coverage
Anton Shapovalov edited this page Apr 30, 2025
·
4 revisions
Welcome to the Clean-Architecture-Spring wiki!
This page provides the link to test coverage report generated manually in IDE via Run -> Run 'test' with Coverage
and then Coverage tab -> Generate coverage report
. Currently the report is static and content technically could be outdated. Despite the report does not reflect the latest state of the repository, it demonstrates the ability to reach 100% testing coverage with using layered clean architecture.
The layered structure of the application allows testing of each layer independently. The domain layer can be completely covered with fast and isolated unit tests. Data and presentation layers could be additionally covered with integration and end-to-end tests.