C# Testing Standards
Description
Defines the testing standards, patterns, and conventions for all C# unit and integration test projects. Rules cover test framework usage, naming, structure, mocking, assertions, and parameterization. Apply these rules uniformly across all test projects.
1. Framework & Tooling
- Test framework: NUnit 3
- Mocking: Moq
- Coverage: coverlet.collector
- Test runner:
Microsoft.NET.Test.Sdk+NUnit3TestAdapter
Core NUnit attributes
[Description truncada. Veja o README completo no GitHub.]