.NET 单元测试 - zLulus/My_Note GitHub Wiki
有以下几种单元测试库
xUnit
MSTest
NUnit
...
xUnit
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
https://xunit.github.io/docs/getting-started-dotnet-core
MSTest
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest
NUnit
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-nunit