c# - NUnit vs. xUnit - Stack Overflow
stackoverflow.com › questions › 9769047NUnit has been around since 2002, it's widely used, well documented and has a large community, whereas xUnit.net is more modern, more TDD adherent, more extensible, and also trending in .NET Core development. It's also well documented. In addition to that, the main difference I noticed is the way that xUnit.net runs the test methods.