DeutschLernen/GermanApp/Infrastructure/Data/Repositories
Mistral Vibe 01f6a1fd30 test(backend): add Phase 3 unit tests for Story Integration
- StoryServiceTests.cs: 536 lines, comprehensive tests for StoryService
- StoryGenerationServiceTests.cs: 469 lines, tests for AI story generation
- StoryUnlockServiceTests.cs: 292 lines, tests for story unlock logic
- StoryRepositoryTests.cs: 120 lines, tests for EF Core repository
- StoryProgressRepositoryTests.cs: 74 lines, tests for progress repository
- AppDbContext.cs: Made DbSet properties virtual for Moq compatibility
- Fixed return types in StoryRepository and StoryProgressRepository
- Updated docs/features/story-integration.md for Phase 3 completion
- All 324 unit tests pass

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 14:23:54 +02:00
..
LessonRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
LevelRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
QuizOptionRepository.cs feat(backend/domain): add quiz question feature with Docker migration support 2026-06-12 16:49:27 +02:00
QuizQuestionRepository.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizRepository.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
StoryProgressRepository.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
StoryRepository.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
UserProgressRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00