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 xunit cover RUNNER (v2/v3, VSTest/MTP). Dùng song song.

Documentation

Installs
2
First Seen
May 9, 2026
dotnet-testing-patterns — nguyenvanchiens/my-skills