MSTest Testing Skill Core Patterns Basic Test Data-Driven Tests Assertions Lifecycle Categories Setup: Run: or Deep Patterns See for production-grade patterns: | Section | What You Get | |---------|-------------| | §1 Project Setup | .csproj deps, .runsettings with parallel + coverage config | | §2 Test Patterns | TestMethod, DataTestMethod, DynamicData, exception testing | | §3 FluentAssertions | AssertionScope, async exceptions, collection assertions | | §4 Class & Assembly Initialize | Testcontainers, shared expensive setup, global config | | §5 WebApplicationFactory | API integration test…