This project is a collection of examples and best practices for unit testing with three popular testing frameworks in C#: NUnit, xUnit, and MSTest. The code samples demonstrate how to write and run ...
Coming from XUnit + FluentAssertions, I must say I love the TestCase feature of NUnit. At the same time I feel that the assertion syntax seems all over the place. The fluent attempt mostly applies to ...