Info
| Version: | 1.1.0 |
| Author(s): | Nordes Menard-Lamarre |
| Last Update: | Tuesday, September 4, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Nordes/HoNoSoFt.XUnit.Extensions/ |
| NuGet Url: | https://www.nuget.org/packages/HoNoSoFt.XUnit.Extensions |
Install
Install-Package HoNoSoFt.XUnit.Extensions
dotnet add package HoNoSoFt.XUnit.Extensions
paket add HoNoSoFt.XUnit.Extensions
HoNoSoFt.XUnit.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
- xunit.core(>= 2.4.0)
Tags
The attributes depending how you use them can be fully discoverable or more simple and not fully displayed in your test explorer.
- Theory + FileData: Load the file content as string
- Theory + JsonFileData: Load the JSON file into a typed object
- Theory + XmlFileData: Load the XML file into a typed object
- Theory + BinaryFileData: Load binary files into a byte[] object.