dotnet-testing-patterns
Installation
SKILL.md
.NET Test Design Patterns
Trigger On
- viết unit test mới với mock dependencies
- integration test API endpoint với
WebApplicationFactory - test EF Core code với DB thật (không InMemory provider)
- test với DateTime/Random — cần inject
TimeProvider - test data setup repetitive — refactor sang Builder pattern
- assertion verbose — refactor sang FluentAssertions
- chọn giữa Moq, NSubstitute, FakeItEasy, Microsoft.Extensions.Hosting.Testing
Skill này focus DESIGN. Skill
xunitcover RUNNER (v2/v3, VSTest/MTP). Dùng song song.