A simple replacement for TheoryData that automatically serializes and deserializes in order to show more fidelity in test cases.
Info
Version: | 1.0.4 |
Author(s): | David Wengier |
Last Update: | Wednesday, September 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidwengier/Xunit.SerializedTheoryData |
NuGet Url: | https://www.nuget.org/packages/Xunit.SerializedTheoryData |
Install
Install-Package Xunit.SerializedTheoryData
dotnet add package Xunit.SerializedTheoryData
paket add Xunit.SerializedTheoryData
Xunit.SerializedTheoryData Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 10.0.3)
- xunit(>= 2.2.0)
- Newtonsoft.Json(>= 10.0.3)
- xunit(>= 2.2.0)
Tags