DeutschLernen/Tests
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
..
Integration/Controllers feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
Unit test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
GermanApp.Tests.Integration.csproj feat(backend): complete integration tests for User Authentication feature 2026-06-06 13:53:18 +02:00
GermanApp.Tests.Unit.csproj feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00