Friday, March 11, 2016

Goodbye MSTest--Hello xUnit.Net!

If you haven't already read the latest news on ASP.NET 5, MSTest as a Unit Testing framework is being replaced by xUnit.Net!

If you have used MSTest for the last 10+ years (as I have), then this will mean learning and transitioning to a newer Unit Testing Framework.

Fortunately, there are plenty of sites and articles on learning xUnit.Net already!



When you are finally ready to get started with xUnit.Net, you can download the NuGet package from here: https://www.nuget.org/packages/xunit/

No comments:

Post a Comment