Experiment.Xunit
3.0.0
See the version list below for details.
dotnet add package Experiment.Xunit --version 3.0.0
NuGet\Install-Package Experiment.Xunit -Version 3.0.0
<PackageReference Include="Experiment.Xunit" Version="3.0.0" />
paket add Experiment.Xunit --version 3.0.0
#r "nuget: Experiment.Xunit, 3.0.0"
// Install Experiment.Xunit as a Cake Addin #addin nuget:?package=Experiment.Xunit&version=3.0.0 // Install Experiment.Xunit as a Cake Tool #tool nuget:?package=Experiment.Xunit&version=3.0.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. |
-
- AutoFixture (>= 3.18.7)
- xunit.extensions (>= 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,351 | 4/13/2016 |
3.0.1 | 1,348 | 5/1/2015 |
3.0.0 | 1,499 | 2/13/2015 |
2.1.5 | 1,357 | 11/24/2014 |
2.1.4 | 1,287 | 11/24/2014 |
2.1.3 | 1,631 | 11/15/2014 |
2.1.2 | 1,599 | 11/15/2014 |
2.1.1 | 1,126 | 10/22/2014 |
2.1.0 | 1,150 | 10/16/2014 |
2.0.3 | 1,101 | 10/11/2014 |
2.0.2 | 1,108 | 10/11/2014 |
2.0.1 | 1,134 | 10/10/2014 |
2.0.0 | 1,150 | 10/1/2014 |
1.6.1 | 1,233 | 10/1/2014 |
1.6.0 | 1,140 | 9/14/2014 |
1.5.4 | 1,162 | 9/14/2014 |
1.5.3 | 1,149 | 9/14/2014 |
1.5.1 | 1,146 | 9/14/2014 |
1.5.0 | 1,194 | 9/13/2014 |
1.4.1 | 1,137 | 9/6/2014 |
1.4.0 | 1,175 | 9/5/2014 |
1.3.2 | 1,180 | 9/5/2014 |
1.3.1 | 1,157 | 9/5/2014 |
1.3.0 | 1,140 | 9/4/2014 |
1.2.0 | 1,179 | 9/4/2014 |
1.1.0 | 1,101 | 9/2/2014 |
1.0.1 | 1,223 | 8/8/2014 |
1.0.0 | 1,156 | 8/4/2014 |
0.25.0 | 1,184 | 7/4/2014 |
0.24.1 | 1,190 | 6/26/2014 |
0.24.0 | 1,220 | 6/18/2014 |
0.23.9 | 1,180 | 6/18/2014 |
0.23.8 | 1,164 | 6/12/2014 |
0.23.7 | 1,171 | 6/11/2014 |
0.23.6 | 1,168 | 6/11/2014 |
0.23.5 | 1,183 | 6/10/2014 |
0.23.4 | 1,169 | 6/9/2014 |
0.23.3 | 1,190 | 6/9/2014 |
0.23.2 | 1,140 | 6/7/2014 |
0.23.1 | 1,151 | 6/7/2014 |
0.23.0 | 1,122 | 6/6/2014 |
0.22.4 | 1,147 | 5/26/2014 |
0.22.3 | 1,154 | 5/25/2014 |
0.22.2 | 1,183 | 5/23/2014 |
0.22.1 | 1,199 | 5/23/2014 |
0.22.0 | 1,133 | 5/22/2014 |
0.21.1 | 1,148 | 5/21/2014 |
0.21.0 | 1,133 | 5/20/2014 |
0.20.0 | 1,175 | 5/20/2014 |
0.19.1 | 1,128 | 5/16/2014 |
0.19.0 | 1,160 | 5/15/2014 |
Version 3.0.0
- [Major] Removed the Experiment.AutoFixture project. This project is not
used in the next new major release as the new version depends on the
AutoFixture abstractions. (IFixture, ISpecimenBuilder)
- [Major] Removed the old abstractions for test fixture, which is replaced
with the AutoFixture abstractions.
- [Major] Renamed IndirectReferenceAssertion to NotExposedReferenceAssertion.
- [Minor] Introduced the ParameterCustomization class to support the
parameter customization attributes of AutoFixture.Xunit.