There are three different test frameworks that are supported by ASP.NET Core for unit testing - MSTest, xUnit, and NUnit. These allow us to test our code in a consistent way. In this article, I will explain about the unit test using NUnit.
source http://www.c-sharpcorner.com/article/unit-test-in-net-core-application-using-nunit/
No comments:
Post a Comment