academia/tests/Application.Tests
Andrés Eduardo García Márquez 4ede4d4cef 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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 09:18:27 -05:00
..
Enrollments refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00
Professors test: add unit and integration tests 2026-01-07 23:00:27 -05:00
Students test: add unit and integration tests 2026-01-07 23:00:27 -05:00
Subjects refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00
Validators test: add unit and integration tests 2026-01-07 23:00:27 -05:00
Application.Tests.csproj refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00