Experiment.Xunit
2.0.0
See the version list below for details.
dotnet add package Experiment.Xunit --version 2.0.0
NuGet\Install-Package Experiment.Xunit -Version 2.0.0
<PackageReference Include="Experiment.Xunit" Version="2.0.0" />
paket add Experiment.Xunit --version 2.0.0
#r "nuget: Experiment.Xunit, 2.0.0"
// Install Experiment.Xunit as a Cake Addin #addin nuget:?package=Experiment.Xunit&version=2.0.0 // Install Experiment.Xunit as a Cake Tool #tool nuget:?package=Experiment.Xunit&version=2.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. |
-
- 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 2.0.0
- [Major] Removed obsolete and discarded, types or members.
* Jwc.Experiment.DefaultFixtureConfigurationAttribute
* Jwc.Experiment.DefaultFixtureFactory
* Jwc.Experiment.FuncTestFixtureFactory
- Jwc.Experiment.ITestFixture.Create<T>()
- Jwc.Experiment.ITestFixture.Freeze<T>()
* Jwc.Experiment.ITestFixtureFactory(old)
* Jwc.Experiment.NotSupportedFixtureFactory
* Jwc.Experiment.TestAssemblyConfigurationAttribute
* Jwc.Experiment.TestFixtureConfigurationAttribute
* Jwc.Experiment.AutoFixture.AutoFixtureConfigurationAttribute
* Jwc.Experiment.AutoFixture.AutoPropertiesAttribute
* Jwc.Experiment.AutoFixture.CustomizeAttribute
* Jwc.Experiment.AutoFixture.FrozenAttribute
* Jwc.Experiment.AutoFixture.GreedyAttribute
* Jwc.Experiment.AutoFixture.ModestAttribute
* Jwc.Experiment.AutoFixture.NoAutoPropertiesAttribute
- Jwc.Experiment.AutoFixture.TestFixture.Create<T>()
- Jwc.Experiment.AutoFixture.TestFixture.Freeze<T>()
* Jwc.Experiment.AutoFixture.TestFixtureConfigurationAttribute
* Jwc.Experiment.Xunit.FirstClassCommand
* Jwc.Experiment.Xunit.FirstClassTestAttribute
* Jwc.Experiment.Xunit.ITestCase
* Jwc.Experiment.Xunit.ITestFixtureFactory
* Jwc.Experiment.Xunit.TargetInvocationExceptionUnwrappingCommand
* Jwc.Experiment.Xunit.TestAttribute
* Jwc.Experiment.Xunit.TestCase(old)
- [Major] Renewed some types or members.
- Jwc.Experiment.AutoFixture.TestFixtureFactory.Create(MethodInfo) ->
Jwc.Experiment.AutoFixture.TestFixtureFactory.Create(ITestMethodContext)
- [Major] Renamed(or moved) some types or members.
* Jwc.Experiment.AutoFixture.TestFixtureFactory
: Slightly improved.
* Jwc.Experiment.Idioms.NullGuardClauseAssertion ->
Jwc.Experiment.Idioms.GuardClauseAssertion
* Jwc.Experiment.Xunit.ITestCase2 ->
Jwc.Experiment.Xunit.ITestCase(new)
* Jwc.Experiment.Xunit.ITestFixtureFactory ->
Jwc.Experiment.ITestFixtureFactor(new)
* Jwc.Experiment.Xunit.ITestMethodContext ->
Jwc.Experiment.ITestMethodContext
* Jwc.Experiment.Xunit.TestCase ->
Jwc.Experiment.Xunit.TestCase(new)
* Jwc.Experiment.Xunit.TestCommandContxt
: Made this abstract and extracted some logic to their sub-clsses
(ParameterizedCommandContext, StaticTestCaseCommandContext, TestCaseCommandContext).
* Jwc.Experiment.Xunit.TestCommandCollection ->
Jwc.Experiment.Xunit.TryCatchCommandCollection
- [Minor] Introduced new types or members(new features).
* Jwc.Experiment.AutoFixture.OmitAutoPropertiesCustomization
* Jwc.Experiment.AutoFixture.TestParametersCustomization
* Jwc.Experiment.Xunit.TestCases
: Supported creating test cases using TestCases which is simpler than
using TestCase.
- [Path] Fixed the error occured when doing first-class tests under static
class.