academia/tests/Domain.Tests
Andrés Eduardo García Márquez 9d8c6f0331 refactor(backend): add validation patterns, query validators, and test builders
- Add centralized ValidationPatterns with XSS protection and name regex
- Add query validators (GetClassmates, GetStudentById, GetStudentsPaged, GetAvailableSubjects)
- Add ClassmateInfo read model for optimized query projections
- Add test builders (Student, Subject, Professor, Enrollment) for cleaner tests
- Improve repository interfaces with XML documentation
- Refactor EnrollmentRepository for better performance
- Update EnrollmentDomainService with additional validation helpers
2026-01-08 09:18:27 -05:00
..
Entities test: add unit and integration tests 2026-01-07 23:00:27 -05:00
Services test: add unit and integration tests 2026-01-07 23:00:27 -05:00
ValueObjects test: add unit and integration tests 2026-01-07 23:00:27 -05:00
Domain.Tests.csproj refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00