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 ...
First off, let’s create an xUnit test project in Visual Studio. Assuming Visual Studio 2022 is installed in your system, follow the steps outlined below to create an xUnit test project.