AGENTS.md@tests/dotnet-test/writing-mstest-tests/fixtures/repository-overlay · git:20260904.cb9651d · 2026-09-04 · sha256 66ed38b8db379750
AGENTS.md@tests/dotnet-test/writing-mstest-tests/fixtures/repository-overlay git:20260904.cb9651dA
Immutable. This exact content is served forever at /api/v1/blob/66ed38b8db379750.
# General test defaults
Unless a component-specific test policy applies:
- Name tests `<Method>_<Scenario>_<Expected>`.
- Mark unit tests with `[TestCategory("Unit")]`.
- Seal concrete test classes.