Youtube:
Enhanced .NET Unit Testing | David Gardiner
AutoFixture
https://github.com/AutoFixture/AutoFixture/
Approval Tests
- For verifying objects that require more than a simple asset
- https://github.com/approvals/ApprovalTests.Net
Shouldly
- Assertion framework
- Improved Error Messages
- https://github.com/shouldly/shouldly
dotMemory Unit
- Write tests that check your code for all kinds of memory issues.
- From JetBrains, but free (NuGet)
- Standalone runnter or with ReSharper
- https://www.jetbrains.com/dotmemory/unit/
NBench
- Performance unit tests
- https://github.com/petabridge/nbench