csharp-tunit
github/awesome-copilot
A comprehensive guide covering best practices for writing effective unit tests using the TUnit framework for .NET. Topics include structuring tests using the Arrange-Act-Assert (AAA) pattern, implementing data-driven tests via attributes, utilizing fluent assertion syntax, managing complex test lifecycles (Class/Assembly level hooks), and migrating concepts from xUnit to TUnit. Learn how to write robust, isolated, and advanced tests.