JsonTheory offers a custom data annotation for xUnit Theories that allows loading test cases from JSON files.
Info
Version: | 1.1.0 |
Author(s): | Henrik Ilgen |
Last Update: | Tuesday, October 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Henkoglobin/JsonTheory |
NuGet Url: | https://www.nuget.org/packages/JsonTheory |
Install
Install-Package JsonTheory
dotnet add package JsonTheory
paket add JsonTheory
JsonTheory Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.2)
- xunit.extensibility.core(>= 2.4.1)