Published on
Last Updated on
Estimated Reading Time: 0 min
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 for xUnit Tests 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