Surprisingly, there is still no unit tests for the business logic. It should be fixed, I think, so I will implement unit tests for the core components of the application. Here are them:
- Domain entities.
- Entities factories. Maybe
- Domain Services
- Infrastructure services, such as persistence and security providers.
- ViewModels
Surprisingly, there is still no unit tests for the business logic. It should be fixed, I think, so I will implement unit tests for the core components of the application. Here are them: