News

xUnit.Net is an open source unit testing tool for the .Net Framework that provides an easy way to work with data driven unit tests I’ve been using xUnit for quite some time now, and it’s my ...
In a previous column, I talked about why you might want to switch to xUnit, the new testing framework that's part of the .NET Core package (I also discussed why porting existing test code to xUnit ...
Use xUnit and Moq to create a unit test method in C#. Open the file UnitTest1.cs and rename the UnitTest1 class to UnitTestForStaticMethodsDemo.