DEV Community

Ankur Sheel
Ankur Sheel

Posted on • Originally published at ankursheel.com on

New Release: Codinators.XunitHelpers Nuget Package

I have created Codinators.XunitHelpers (a nuget package) to add some useful unit testing functionality that is missing in xUnit.

The 1st Release adds support for loading test data from a JSON file as outlined in the article How to load test data from a JSON file for xUnit tests.

Install it by using the following command

dotnet add package Codinators.XunitHelpers

Top comments (0)