Wednesday, February 7, 2018

Unit Test In .NET Core Application Using XUnit

There are three different test frameworks for Unit Testing supported by ASP.NET Core: MSTest, xUnit, and NUnit; that allow us to test our code in a consistent way. In this article, I will explain about the xUnit framework. the XUnit is an open souce test framework and main focus of this framework are extensibility and flexibility. It follows more community focus to being expand.

source http://www.c-sharpcorner.com/article/unit-test-in-net-core-application-using-xunit/

No comments:

Post a Comment