DeutschLernen/Tests/Unit/Application/Services
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
..
AiFallbackServiceTests.cs fix(backend/tests): fix failing unit tests for AI services 2026-06-13 12:55:28 +02:00
AudioGenerationServiceTests.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
LessonServiceTests.cs test(backend): add unit tests for LevelService, LessonService, and ProgressService 2026-06-09 06:50:13 +02:00
LevelServiceTests.cs test(backend): add unit tests for LevelService, LessonService, and ProgressService 2026-06-09 06:50:13 +02:00
MistralServiceTests.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
ProgressServiceTests.cs test(backend): add unit tests for LevelService, LessonService, and ProgressService 2026-06-09 06:50:13 +02:00
QuizQuestionServiceTests.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
SpeechExerciseServiceTests.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
StoryGenerationServiceTests.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
StoryServiceTests.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
StoryUnlockServiceTests.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
WritingFeedbackServiceTests.cs fix(backend/tests): fix failing unit tests for AI services 2026-06-13 12:55:28 +02:00