Typed Class Data Attribute for xUnit Test Framework, allowing to use typed data (classes, structs, anonymous types or dynamic types) as a source for xUnit's data theories, instead of using untyped object arrays.
Info
Version: | 1.0.0 |
Author(s): | Iñaki Elcoro |
Last Update: | Sunday, April 7, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/iceclow/xunitTypedClassData/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/xUnit.TypedClassData |
Install
Install-Package xUnit.TypedClassData
dotnet add package xUnit.TypedClassData
paket add xUnit.TypedClassData
xUnit.TypedClassData Download (Unzip the "nupkg" after downloading)
Dependencies
- xunit(>= 1.9.1 && < 2.0.0.0)
- xunit.extensions(>= 1.9.1 && < 2.0.0.0)
Tags