NUnit - Quick Reference Deep Knowledge : Use with technology: for .NET testing patterns (concepts transfer). Basic Test Structure Parameterized Tests Constraint-Based Assertions SetUp and TearDown Anti-Patterns | Anti-Pattern | Why It's Bad | Correct Approach | |--------------|--------------|------------------| | Classic | Less readable | Use constraint model | | Shared state between tests | Flaky tests | Reset in | | on async void | Exceptions lost | Use return type | | Too many asserts per test | Hard to identify failure | One logical assertion per test | Quick Troubleshooting | Issue | Lik…