Experiment.Xunit
0.21.0
See the version list below for details.
dotnet add package Experiment.Xunit --version 0.21.0
NuGet\Install-Package Experiment.Xunit -Version 0.21.0
<PackageReference Include="Experiment.Xunit" Version="0.21.0" />
paket add Experiment.Xunit --version 0.21.0
#r "nuget: Experiment.Xunit, 0.21.0"
// Install Experiment.Xunit as a Cake Addin #addin nuget:?package=Experiment.Xunit&version=0.21.0 // Install Experiment.Xunit as a Cake Tool #tool nuget:?package=Experiment.Xunit&version=0.21.0
Experiment is a base library to support parameterized tests with auto data.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- xunit (>= 1.9.0.1566)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 1,333 | 4/13/2016 |
3.0.1 | 1,335 | 5/1/2015 |
3.0.0 | 1,487 | 2/13/2015 |
2.1.5 | 1,345 | 11/24/2014 |
2.1.4 | 1,267 | 11/24/2014 |
2.1.3 | 1,619 | 11/15/2014 |
2.1.2 | 1,587 | 11/15/2014 |
2.1.1 | 1,114 | 10/22/2014 |
2.1.0 | 1,138 | 10/16/2014 |
2.0.3 | 1,089 | 10/11/2014 |
2.0.2 | 1,096 | 10/11/2014 |
2.0.1 | 1,120 | 10/10/2014 |
2.0.0 | 1,137 | 10/1/2014 |
1.6.1 | 1,222 | 10/1/2014 |
1.6.0 | 1,129 | 9/14/2014 |
1.5.4 | 1,148 | 9/14/2014 |
1.5.3 | 1,136 | 9/14/2014 |
1.5.1 | 1,133 | 9/14/2014 |
1.5.0 | 1,173 | 9/13/2014 |
1.4.1 | 1,125 | 9/6/2014 |
1.4.0 | 1,162 | 9/5/2014 |
1.3.2 | 1,168 | 9/5/2014 |
1.3.1 | 1,145 | 9/5/2014 |
1.3.0 | 1,128 | 9/4/2014 |
1.2.0 | 1,168 | 9/4/2014 |
1.1.0 | 1,090 | 9/2/2014 |
1.0.1 | 1,210 | 8/8/2014 |
1.0.0 | 1,144 | 8/4/2014 |
0.25.0 | 1,171 | 7/4/2014 |
0.24.1 | 1,178 | 6/26/2014 |
0.24.0 | 1,207 | 6/18/2014 |
0.23.9 | 1,167 | 6/18/2014 |
0.23.8 | 1,148 | 6/12/2014 |
0.23.7 | 1,157 | 6/11/2014 |
0.23.6 | 1,154 | 6/11/2014 |
0.23.5 | 1,168 | 6/10/2014 |
0.23.4 | 1,155 | 6/9/2014 |
0.23.3 | 1,176 | 6/9/2014 |
0.23.2 | 1,126 | 6/7/2014 |
0.23.1 | 1,135 | 6/7/2014 |
0.23.0 | 1,108 | 6/6/2014 |
0.22.4 | 1,133 | 5/26/2014 |
0.22.3 | 1,140 | 5/25/2014 |
0.22.2 | 1,169 | 5/23/2014 |
0.22.1 | 1,185 | 5/23/2014 |
0.22.0 | 1,119 | 5/22/2014 |
0.21.1 | 1,134 | 5/21/2014 |
0.21.0 | 1,118 | 5/20/2014 |
0.20.0 | 1,161 | 5/20/2014 |
0.19.1 | 1,114 | 5/16/2014 |
0.19.0 | 1,146 | 5/15/2014 |
Version 0.21.0
- [FIX] Makes a test fixture creating a specimen without auto-properties as
default. (BREAKING-CHANGE)
- [NEW] Implements AutoPropertiesAttribute to explicitly set auto-properties
of a specimen.
- [NEW] Imports NoAutoPropertiesAttribute from AutoFixture.Xunit.
- [NEW] Makes the TestCase class accepting the Delegate parameter to avoid
the ambiguousness between Action and Func supplied to constructor parameter
of generic TestCase, and removes all the generic TestCase classes.
(BREAKING-CHANGE)