Experiment.Xunit
3.0.2
.NET Framework 4.0
dotnet add package Experiment.Xunit --version 3.0.2
NuGet\Install-Package Experiment.Xunit -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Experiment.Xunit" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Experiment.Xunit --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Experiment.Xunit, 3.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Experiment.Xunit as a Cake Addin
#addin nuget:?package=Experiment.Xunit&version=3.0.2
// Install Experiment.Xunit as a Cake Tool
#tool nuget:?package=Experiment.Xunit&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Experiment is a base library to support parameterized tests with auto data.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- 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,095 | 4/13/2016 |
3.0.1 | 1,172 | 5/1/2015 |
3.0.0 | 1,342 | 2/13/2015 |
2.1.5 | 1,170 | 11/24/2014 |
2.1.4 | 1,112 | 11/24/2014 |
2.1.3 | 1,446 | 11/15/2014 |
2.1.2 | 1,441 | 11/15/2014 |
2.1.1 | 966 | 10/22/2014 |
2.1.0 | 1,024 | 10/16/2014 |
2.0.3 | 951 | 10/11/2014 |
2.0.2 | 961 | 10/11/2014 |
2.0.1 | 966 | 10/10/2014 |
2.0.0 | 960 | 10/1/2014 |
1.6.1 | 1,032 | 10/1/2014 |
1.6.0 | 977 | 9/14/2014 |
1.5.4 | 1,000 | 9/14/2014 |
1.5.3 | 983 | 9/14/2014 |
1.5.1 | 970 | 9/14/2014 |
1.5.0 | 1,003 | 9/13/2014 |
1.4.1 | 962 | 9/6/2014 |
1.4.0 | 994 | 9/5/2014 |
1.3.2 | 997 | 9/5/2014 |
1.3.1 | 979 | 9/5/2014 |
1.3.0 | 969 | 9/4/2014 |
1.2.0 | 1,011 | 9/4/2014 |
1.1.0 | 944 | 9/2/2014 |
1.0.1 | 1,047 | 8/8/2014 |
1.0.0 | 949 | 8/4/2014 |
0.25.0 | 999 | 7/4/2014 |
0.24.1 | 1,037 | 6/26/2014 |
0.24.0 | 1,034 | 6/18/2014 |
0.23.9 | 990 | 6/18/2014 |
0.23.8 | 999 | 6/12/2014 |
0.23.7 | 993 | 6/11/2014 |
0.23.6 | 1,011 | 6/11/2014 |
0.23.5 | 1,020 | 6/10/2014 |
0.23.4 | 996 | 6/9/2014 |
0.23.3 | 1,039 | 6/9/2014 |
0.23.2 | 994 | 6/7/2014 |
0.23.1 | 972 | 6/7/2014 |
0.23.0 | 974 | 6/6/2014 |
0.22.4 | 984 | 5/26/2014 |
0.22.3 | 991 | 5/25/2014 |
0.22.2 | 995 | 5/23/2014 |
0.22.1 | 1,013 | 5/23/2014 |
0.22.0 | 959 | 5/22/2014 |
0.21.1 | 981 | 5/21/2014 |
0.21.0 | 952 | 5/20/2014 |
0.20.0 | 988 | 5/20/2014 |
0.19.1 | 967 | 5/16/2014 |
0.19.0 | 973 | 5/15/2014 |
Version 3.0.2
- Ignored the Dispose method when verifying ObjectDisposalAssertion.